all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Gary Mills <mills@cc.umanitoba.ca>
To: bug-gnu-emacs@gnu.org
Subject: print buffer produces incorrect format with emacs-22.1 and Sol 10
Date: Mon, 11 Jun 2007 18:20:18 -0500 (CDT)	[thread overview]
Message-ID: <200706112320.l5BNKItZ005315@eltanin.cc.umanitoba.ca> (raw)

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:
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu> 
<report-emacs-bug>

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

             reply	other threads:[~2007-06-11 23:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 23:20 Gary Mills [this message]
2007-06-16  0:28 ` print buffer produces incorrect format with emacs-22.1 and Sol 10 Glenn Morris
2007-06-16  2:15   ` Gary Mills
2007-06-16  2:31     ` Glenn Morris
2007-06-16  2:37       ` Gary Mills
2007-06-17  2:08         ` Glenn Morris
2007-06-17  2:26           ` Gary Mills

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200706112320.l5BNKItZ005315@eltanin.cc.umanitoba.ca \
    --to=mills@cc.umanitoba.ca \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.