bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

`ps-lp-system' on Solaris


From: ARISAWA Akihiro
Subject: `ps-lp-system' on Solaris
Date: Fri, 30 Aug 2002 15:05:32 +0900 (JST)

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

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))))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]