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

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

Re: printing info pages


From: Tassilo Horn
Subject: Re: printing info pages
Date: Sat, 16 Feb 2008 17:59:52 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

"geodasge@gmail.com" <geodasge@gmail.com> writes:

Hi,

> I started using ECB and use th einfo pages to read the
> documentation. Is it possible to convert these info pages into a
> printable document?

Sure.  Use `ps-print-buffer' or `ps-print-buffer-with-faces'.

,----[ C-h f ps-print-buffer RET ]
| ps-print-buffer is an interactive compiled Lisp function in `ps-print.el'.
| 
| It is bound to <menu-bar> <file> <ps-print-buffer>.
| 
| (ps-print-buffer &optional filename)
| 
| Generate and print a PostScript image of the buffer.
| 
| Interactively, when you use a prefix argument (C-u), the command prompts the
| user for a file name, and saves the PostScript image in that file instead of
| sending it to the printer.
| 
| Noninteractively, the argument filename is treated as follows: if it is nil,
| send the image to the printer.  If filename is a string, save the PostScript
| image in a file with that name.
`----

,----[ C-h f ps-print-buffer-with-faces RET ]
| ps-print-buffer-with-faces is an interactive compiled Lisp function in
| `ps-print.el'.
| 
| It is bound to <menu-bar> <file> <ps-print-buffer-faces>.
| 
| (ps-print-buffer-with-faces &optional filename)
| 
| Generate and print a PostScript image of the buffer.
| Like `ps-print-buffer', but includes font, color, and underline information in
| the generated image.  This command works only if you are using a window 
system,
| so it has a way to determine color values.
`----

Bye,
Tassilo
-- 
Richard Stallman spends  his leasure time playing Duke  Nukem Forever on
GNU Hurd.





reply via email to

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