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

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

[h-e-w] Printing -- again


From: Warren Crews
Subject: [h-e-w] Printing -- again
Date: Mon, 24 Mar 2008 16:32:39 -0500

I am trying to print from Emacs on windows XP. I am using Emacs 22.1.1. I am trying to use postscript print through ghostscript. The ghostscript version is 8.61.  My .emacs is:

 

;; Setup Ghostscript 8.61 as the postscript printer

(setenv "GS_LIB" "e:\\Tools\\gs\\gs8.61;e:\\Tools\\gs\\fonts")

(setq ps-lpr-command "e:/Tools/gs/gs8.61/bin/gswin32c")

(setq ps-lpr-switches '("-q" "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2"))

(setq ps-printer-name t)

 

When I attempt to print there is no error message and no print – nothing. Ghostscript does seem to work – at least through ghostview. It is probably a simple erro, but I don’t see it.

 

thanx


reply via email to

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