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

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

Cannot print with emacs


From: Harald Weis
Subject: Cannot print with emacs
Date: Thu, 21 Jul 2011 14:28:07 +0200
User-agent: Mutt/1.4.2.3i

Hi All,

I can't find out why printing with emacs does not work for me.
CUPS is installed on my FreeBSD (actually 8.2-RELEASE) and is working
since ages. lpr-cups, xpdf, evince, gv are all printing fine on the
Lexmark T520 (Duplex Black&White Laser Printer) connected to the LAN.

The printing package is customized as follows:

;; To use the Printing package:
;;
(require 'printing)
(pr-update-menus)
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(lpr-command "/usr/local/bin/lpr")
 '(pr-gs-switches (quote ("-q -dNOPAUSE -I/usr/local/share/ghostscript/9.02")))
 '(pr-print-using-ghostscript nil)
 '(pr-ps-printer-alist (quote ((default "/usr/local/bin/lpr" nil "-P" 
"lexpol"))))
 '(ps-lpr-command "/usr/local/bin/lpr")
 '(ps-paper-type (quote a4))
 '(ps-print-color-p nil))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

Whether pr-print-using-ghostscript is nil or t, makes no difference.

pr-gs-device is set to "uniprint" without my intervention.
Running "gs -h" shows that gs does not seem to know the
Lexmark T520 printer.

The printing operation generates always Postscript files which
block the printer with the "900 Service RIP Software" error.
Printing <the said Postscript file> under gv outside emacs
produces the same error - probably not surprising.

What am I doing wrong ?

Thank you in advance for any help.
Harald Weis



reply via email to

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