all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harald Weis <hawei@free.fr>
To: help-gnu-emacs@gnu.org
Subject: Cannot print with emacs
Date: Thu, 21 Jul 2011 14:28:07 +0200	[thread overview]
Message-ID: <20110721122807.GA2757@pollux.local.net> (raw)

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	other threads:[~2011-07-21 12:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-21 12:28 Harald Weis [this message]
2011-07-22  6:26 ` Cannot print with emacs Rasmus
2011-07-24 19:48   ` Harald Weis
2011-07-31 21:54     ` Rasmus
2011-08-01 21:15       ` Harald Weis
2011-08-03 14:22         ` Rasmus
2011-09-06 21:21           ` Harald Weis
2011-09-06 21:31             ` Rasmus
2011-09-08  9:16               ` Harald Weis
2011-09-08 10:45                 ` Rasmus
2011-09-09 12:54                   ` Harald Weis
2011-07-22 10:08 ` Peter Dyballa
2011-07-26 14:01   ` Harald Weis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110721122807.GA2757@pollux.local.net \
    --to=hawei@free.fr \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.