unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* `ps-lp-system' on Solaris
@ 2002-08-30  6:05 ARISAWA Akihiro
  0 siblings, 0 replies; only message in thread
From: ARISAWA Akihiro @ 2002-08-30  6:05 UTC (permalink / raw)
  Cc: ari

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (sparc-sun-solaris2.7, X toolkit, Xaw3d scroll bars)
 of 2002-03-18 on puyo
configured using `configure  --prefix=/usr/local-puyo/emacs-21.2 --with-xpm --with-jpeg --with-gif --with-png --without-xim'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ja
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


On Solaris, the default value of `ps-lpr-command' is "lp", 
but `ps-lp-system' is nil.

Following patch fixes this problem.

Regards,

-- 
ARISAWA Akihiro
\f
2002-08-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>

	* ps-print.el (ps-lp-system): Fixed typo.

--- lisp/ps-print.el.orig	Wed Sep 19 23:54:19 2001
+++ lisp/ps-print.el	Fri Aug 30 14:49:05 2002
@@ -1508,7 +1508,7 @@
   (defconst ps-windows-system
     (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
   (defconst ps-lp-system
-    (memq system-type '(usq-unix-v dgux hpux irix))))
+    (memq system-type '(usg-unix-v dgux hpux irix))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-30  6:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-30  6:05 `ps-lp-system' on Solaris ARISAWA Akihiro

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).