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

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

Re: postscript print buffer


From: Niels Freimann
Subject: Re: postscript print buffer
Date: Thu, 1 May 2003 10:03:41 +0200
User-agent: KMail/1.4.3

Hi Francois,

thanks a lot! Have a nice day.

Cheers
-Niels 

On Wednesday 30 April 2003 21:29, Francois Fleuret wrote:
> 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
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs





reply via email to

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