From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan Brosius Newsgroups: gmane.emacs.help Subject: Re: postscript output? Date: Thu, 04 Jan 2007 16:10:09 +0100 Message-ID: <459D18D1.6040407@skynet.be> References: <459946E7.6070807@skynet.be> <459958CC.6050401@skynet.be> <459A3729.3090400@skynet.be> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167919862 30912 80.91.229.12 (4 Jan 2007 14:11:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Jan 2007 14:11:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 04 15:11:01 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 1H2TIw-0007Rq-Cz for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jan 2007 15:10:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2TIv-0001kA-Po for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jan 2007 09:10:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2TIZ-0001jH-Dc for help-gnu-emacs@gnu.org; Thu, 04 Jan 2007 09:10:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2TIX-0001hX-Kn for help-gnu-emacs@gnu.org; Thu, 04 Jan 2007 09:10:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2TIX-0001hN-C4 for help-gnu-emacs@gnu.org; Thu, 04 Jan 2007 09:10:25 -0500 Original-Received: from [195.238.5.52] (helo=outmx002.isp.belgacom.be) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H2TIW-0005Mh-PT for help-gnu-emacs@gnu.org; Thu, 04 Jan 2007 09:10:25 -0500 Original-Received: from outmx002.isp.belgacom.be (localhost [127.0.0.1]) by outmx002.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id l04EAAhm004705 for ; Thu, 4 Jan 2007 15:10:10 +0100 (envelope-from ) Original-Received: from [81.241.186.237] (237.186-241-81.adsl-dyn.isp.belgacom.be [81.241.186.237]) by outmx002.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id l04EA7X6004670; Thu, 4 Jan 2007 15:10:07 +0100 (envelope-from ) User-Agent: Thunderbird 1.5.0.9 (X11/20061219) Original-To: James Cloos In-Reply-To: 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:40137 Archived-At: James Cloos wrote: >>>>>> "Jan" == Jan Brosius writes: >>>>>> > > Jan> I have done this and I get a buffer called *Postscript*. Is it > Jan> possible to preview this buffer in Emacs in another buffer? > > So you want to see what the generated PostScript code will print out > when sent to a printer? > > > > To get the output into an Emacs buffer, you'd have to call gs rather > than gv, specifying one of the image backends Emacs can grok, and have > that output to a buffer. It is doable, but I'd need to bone up on the > Can you tell me where I can find this documentation? Thanks Jan > docs to figure it out. > > -JimC >