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

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

Re: print buffer produces incorrect format with emacs-22.1 and Sol 10


From: Glenn Morris
Subject: Re: print buffer produces incorrect format with emacs-22.1 and Sol 10
Date: Fri, 15 Jun 2007 20:28:07 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Gary Mills wrote:

> When `Print Buffer' is selected from the file menu, the file appears
> on the printer, but some lines have extra spaces. The letter `r' has
> disappeared on these lines. It's as if `pr -er | lp' has been used
> to print the file. Printing works correctly with emacs-21.2.
>
> These differences in lpr.el appear relevant:
>
>       < (defcustom lpr-page-header-switches '("-F")
>       ---
>       > (defcustom lpr-page-header-switches '("-h %s" "-F")

So does the problem go away if you do:

(setq lpr-page-header-switches '("-F"))

I can't reproduce this though. Does it happen with every buffer? Can
you give a recipe starting from

emacs -q --no-site-file

that shows the problem?




reply via email to

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