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

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

Re: Print Buffer Text Only


From: Pascal Bourguignon
Subject: Re: Print Buffer Text Only
Date: Tue, 24 Oct 2006 06:49:51 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Bill <tfc4@cybcon.com> writes:

> How does one go about printing a buffer in such a way that no extra
> lines appear with the buffer text?  Lines such as the name of the
> file, the date it was printed, so forth ...
>
> In short, printing the buffer text itself and nothing else.

M-x customize-group RET printing RET

or:

(custom-set-variables
 '(ps-header-lines 0)
 '(ps-left-header nil)
 '(ps-paper-type (quote a4) t)
 '(ps-print-header nil)
 '(ps-print-header-frame nil)
 '(ps-printer-name "lp")
 '(ps-right-header nil)
 '(ps-show-n-of-n nil))

Then:

M-x ps-print-buffer RET




-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

"Specifications are for the weak and timid!"


reply via email to

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