help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: postscript output?


From: Kevin Rodgers
Subject: Re: postscript output?
Date: Tue, 09 Jan 2007 07:07:36 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

James Cloos wrote:
"Jan" == Jan Brosius <jan.brosius@skynet.be> 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?

You could, in that *Postscript* buffer, hit:

    M-<  C-@  M->  M-|

and then type out the command:

    gv -

gv should then bring up a X window with the rendered PS.

You may need C-Space for C-@.

`M-<' and `M->' both set the mark, so you can skip `C-@'.  Even easier
is `C-x h' (M-x mark-whole-buffer).

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]