From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: print buffer produces incorrect format with emacs-22.1 and Sol 10 Date: Fri, 15 Jun 2007 20:28:07 -0400 Message-ID: References: <200706112320.l5BNKItZ005315@eltanin.cc.umanitoba.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181953693 13325 80.91.229.12 (16 Jun 2007 00:28:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 00:28:13 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Gary Mills Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jun 16 02:28:12 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzM9D-0006KA-TO for geb-bug-gnu-emacs@m.gmane.org; Sat, 16 Jun 2007 02:28:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzM9D-0001xJ-7a for geb-bug-gnu-emacs@m.gmane.org; Fri, 15 Jun 2007 20:28:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzM9A-0001vm-Np for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 20:28:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzM9A-0001v7-6F for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 20:28:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzM9A-0001ux-3Y for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 20:28:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzM99-0002Uz-S4 for bug-gnu-emacs@gnu.org; Fri, 15 Jun 2007 20:28:07 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HzM99-0002IQ-AX; Fri, 15 Jun 2007 20:28:07 -0400 X-Spook: ammunition SSL Pine Gap MP5K-SD import espionage X-Ran: SP?-#"=3Ht3Le|>rtTJY(P)nYNIF-l{<%&R{;~0tRU=+@sX.".r/VR{OiJ"QM^Vd!.{#J: X-Hue: blue X-Attribution: GM In-Reply-To: <200706112320.l5BNKItZ005315@eltanin.cc.umanitoba.ca> (Gary Mills's message of "Mon, 11 Jun 2007 18:20:18 -0500 (CDT)") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15898 Archived-At: 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?