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: bjemacs
Subject: Re: Print Buffer Text Only
Date: Wed, 25 Oct 2006 10:38:29 -0700 (PDT)

Thanks Pascal:

Sorry I should have been more explicit. 

That works well for a postscript printer, but I need to use 'print-buffer'
not 'ps-print-buffer'.

Any suggestions?

Bill
___________________________________________________________ 


Pascal Bourguignon wrote:
> 
> 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!"
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Print-Buffer-Text-Only-tf2499136.html#a6996763
Sent from the Emacs - Help mailing list archive at Nabble.com.





reply via email to

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