From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Anders Wirzenius Newsgroups: gmane.emacs.help Subject: Re: Save as PostScript Date: Wed, 23 May 2007 05:38:27 GMT Organization: Sonera corp Internet services Message-ID: References: <1179896878.134147.46910@w5g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1179928575 30371 80.91.229.12 (23 May 2007 13:56:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 May 2007 13:56:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 23 15:56:04 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HqrJs-0003cM-3l for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 15:56:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqrJt-0003MV-QG for geh-help-gnu-emacs@m.gmane.org; Wed, 23 May 2007 09:56:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed1.funet.fi!newsfeeds.funet.fi!nntp.inet.fi!central1.inet.fi!inet.fi!read3.inet.fi.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-NNTP-Posting-Host: 194.251.142.2 Original-X-Complaints-To: abuse@inet.fi Original-X-Trace: read3.inet.fi 1179898707 194.251.142.2 (Wed, 23 May 2007 08:38:27 EEST) Original-NNTP-Posting-Date: Wed, 23 May 2007 08:38:27 EEST Original-Xref: shelby.stanford.edu gnu.emacs.help:148724 X-Mailman-Approved-At: Wed, 23 May 2007 09:54:54 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44329 Archived-At: mowgli writes: > How do I save a buffer as postscript? I know the ps-print-buffer > exists to print the buffer as postscript but what if I just want to > save the buffer as a ps file? What command do I use? > > Regards, > mowgli ,---- | ps-spool-buffer is an interactive compiled Lisp function in `ps-print'. | (ps-spool-buffer) | | Generate and spool a PostScript image of the buffer. | Like `ps-print-buffer' except that the PostScript image is saved in a local | buffer to be sent to the printer later. | | Use the command `ps-despool' to send the spooled images to the printer. `---- Then save the buffer *postscript* to a file. Maybe there is a direct function, too. -- Anders