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

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

Re: postscript print buffer


From: Francois Fleuret
Subject: Re: postscript print buffer
Date: 30 Apr 2003 21:29:53 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Hi,

Niels Freimann wrote on 30 Apr 2003 18:39:06 MET:

> I appreciate postscript print buffer very much, however I don't know
> how to configure larger fonts. Any idea?

(setq ps-font-size 12)

seems to do that sort of thing.

And have you noticed that PC keyboards have a "print" key ? This is my
setting for ps-print:

>> (defun ps-print-in-file (filename)
>>   "Prints the buffer in a postscript file" (interactive "FPS file: ")
>>   (ps-print-buffer-with-faces filename))
>> 
>> (define-key global-map [(print)] 'ps-print-in-file)
>> (define-key global-map [(shift print)] 'ps-print-buffer-with-faces)

So that [print] alone prints to a file (and asks for the filename
first) and [shift print] prints directly.

Regards,

FF


reply via email to

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