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

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

Re: How to print only one page of a file?


From: Kevin Rodgers
Subject: Re: How to print only one page of a file?
Date: Mon, 14 Feb 2005 11:46:34 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

romeomedina@libero.it wrote:
> Excuse such a basic question:
> is it possible, and how?, when printing a file,
> to tell Emacs to print just a desired page?
> I searched all over the Gnu Emacs Manual but didn't find any answer.

C-x n p         ; narrow-to-page
C-x h           ; mark-whole-buffer
M-x lpr-buffer ; or print-buffer, ps-print-buffer, ps-print-buffer-with-faces
C-x n w         ; widen

--
Kevin Rodgers

reply via email to

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