From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Rauchenwald Newsgroups: gmane.emacs.help Subject: Re: postscript output? Date: Mon, 01 Jan 2007 19:24:36 +0100 Message-ID: References: <459946E7.6070807@skynet.be> <459958CC.6050401@skynet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167675921 16255 80.91.229.12 (1 Jan 2007 18:25:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Jan 2007 18:25:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 01 19:25:19 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 1H1RqY-0001Y2-9u for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jan 2007 19:25:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1RqX-0002m3-Lf for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jan 2007 13:25:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H1RqC-0002jS-MG for help-gnu-emacs@gnu.org; Mon, 01 Jan 2007 13:24:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H1Rq9-0002i6-Uq for help-gnu-emacs@gnu.org; Mon, 01 Jan 2007 13:24:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1Rq9-0002hy-Od for help-gnu-emacs@gnu.org; Mon, 01 Jan 2007 13:24:53 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H1Rq9-0003R3-4n for help-gnu-emacs@gnu.org; Mon, 01 Jan 2007 13:24:53 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1H1Rq6-0002JB-PY for help-gnu-emacs@gnu.org; Mon, 01 Jan 2007 19:24:50 +0100 Original-Received: from 83-215-41-131.bruck.dyn.salzburg-online.at ([83.215.41.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jan 2007 19:24:50 +0100 Original-Received: from its.sec by 83-215-41-131.bruck.dyn.salzburg-online.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Jan 2007 19:24:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 83-215-41-131.bruck.dyn.salzburg-online.at User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:jNYR7VZUF6cRrMnKr09AbJzwr7w= 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:40081 Archived-At: Jan Brosius writes: > Peter Dyballa wrote: >> >> Am 01.01.2007 um 18:37 schrieb Jan Brosius: >> >>> Is it possible to have postscript output in one of the buffers of emacs? >> >> Yes. You can visit in a buffer the PS output file. >> >> Or do you want to see the PS code from printing from GNU Emacs? Then >> substitute ps-print... with ps-spool...! >> > I have tried ps-print-buffer but I cannot send postscript to another > buffer for preview. > Is there something I overlook? M-x ps-spool-buffer or ps-spool-buffer-with-faces do what you want. You should then have a buffer named *Postscript* which you can save for instance. Tom