From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gary Mills Newsgroups: gmane.emacs.bugs Subject: print buffer produces incorrect format with emacs-22.1 and Sol 10 Date: Mon, 11 Jun 2007 18:20:18 -0500 (CDT) Message-ID: <200706112320.l5BNKItZ005315@eltanin.cc.umanitoba.ca> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181604029 22564 80.91.229.12 (11 Jun 2007 23:20:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2007 23:20:29 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 01:20:28 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 1HxtBR-0000SV-5y for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 01:20:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxtBQ-0005tT-Eh for geb-bug-gnu-emacs@m.gmane.org; Mon, 11 Jun 2007 19:20:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxtBO-0005tG-8E for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 19:20:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxtBM-0005t4-PD for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 19:20:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxtBM-0005t1-Ir for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 19:20:20 -0400 Original-Received: from electra.cc.umanitoba.ca ([130.179.16.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HxtBM-0007G8-5T for bug-gnu-emacs@gnu.org; Mon, 11 Jun 2007 19:20:20 -0400 Original-Received: from eltanin.cc.umanitoba.ca (mills@eltanin.cc.umanitoba.ca [130.179.16.87]) by electra.cc.umanitoba.ca (8.13.0/8.13.0) with ESMTP id l5BNKIjv021051 for ; Mon, 11 Jun 2007 18:20:18 -0500 (CDT) Original-Received: (from mills@localhost) by eltanin.cc.umanitoba.ca (8.13.8+Sun/8.12.2) id l5BNKItZ005315; Mon, 11 Jun 2007 18:20:18 -0500 (CDT) X-detected-kernel: Solaris 9 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:15850 Archived-At: 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") < (nconc (list "-h" title) < lpr-page-header-switches))) --- > (mapcar (lambda (e) (format e title)) > lpr-page-header-switches))) In GNU Emacs 22.1.1 (i386-pc-solaris2.10, GTK+ Version 2.4.9) of 2007-06-07 on eltanin Windowing system distributor `Sun Microsystems, Inc.', version 11.0.6620 configured using `configure '--program-prefix=g' '--without-gcc' '--with-x-toolkit=gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_CA.ISO8859-1 value of $LC_CTYPE: en_CA.ISO8859-1 value of $LC_MESSAGES: en_CA.ISO8859-1 value of $LC_MONETARY: en_CA.ISO8859-1 value of $LC_NUMERIC: en_CA.ISO8859-1 value of $LC_TIME: en_CA.ISO8859-1 value of $LANG: en_CA.ISO8859-1 locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t line-number-mode: t Recent input: Recent messages: ("gemacs") For information about the GNU Project and its goals, type C-h C-p. Loading emacsbug... Loading regexp-opt...done Loading emacsbug...done