all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* print buffer produces incorrect format with emacs-22.1 and Sol 10
@ 2007-06-11 23:20 Gary Mills
  2007-06-16  0:28 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Gary Mills @ 2007-06-11 23:20 UTC (permalink / raw)
  To: bug-gnu-emacs

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-06-17  2:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-11 23:20 print buffer produces incorrect format with emacs-22.1 and Sol 10 Gary Mills
2007-06-16  0:28 ` 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

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.