/[emacs]/emacs/etc/PROBLEMS
ViewVC logotype

Diff of /emacs/etc/PROBLEMS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.154 by jasonr, Sat Jun 14 11:26:08 2003 UTC revision 1.155 by jasonr, Sun Jun 29 20:22:07 2003 UTC
# Line 782  runs in XEmacs, and look for the prologu Line 782  runs in XEmacs, and look for the prologu
782    
783  The solution is to upgrade X-Symbol to a later version.  The solution is to upgrade X-Symbol to a later version.
784    
785    * lpr commands don't work on MS-Windows with some cheap printers.
786    
787    This problem may also strike other platforms, but the solution is
788    likely to be a global one, and not Emacs specific.
789    
790    Many cheap inkjet, and even some cheap laser printers, do not
791    print plain text anymore, they will only print through graphical
792    printer drivers. A workaround on MS-Windows is to use Windows' basic
793    built in editor to print (this is possibly the only useful purpose it
794    has):
795    
796    (setq printer-name "")         ;; notepad takes the default
797    (setq lpr-command "notepad")   ;; notepad
798    (setq lpr-switches nil)        ;; not needed
799    (setq lpr-printer-switch "/P") ;; run notepad as batch printer
800    
801  * On systems with shared libraries you might encounter run-time errors  * On systems with shared libraries you might encounter run-time errors
802  from the dynamic linker telling you that it is unable to find some  from the dynamic linker telling you that it is unable to find some
803  shared libraries, for instance those for Xaw3d or image support.  shared libraries, for instance those for Xaw3d or image support.

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26