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

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

Re: Printing with emacs: Not working


From: Eli Zaretskii
Subject: Re: Printing with emacs: Not working
Date: Fri, 27 Feb 2009 17:58:49 +0200

> From: rustom <rustompmody@gmail.com>
> Date: Fri, 27 Feb 2009 05:51:50 -0800 (PST)
> 
> Well Setting up printing in windows from emacs can be an adventure
> The settings that I have are these:
> 
> (require 'printing)
> (setq printer-name "//network/path/to/printer")
> (setq ps-printer-name t)
> (setenv "GS_LIB" "D:/Program Files/gs/gs8.63/lib")
> (setq ps-lpr-command "D:/Program Files/gs/gs8.63/bin/gswin32c.exe")
> (setq ps-lpr-switches '( "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2"))

These are all described in the Emacs manual, AFAICS, except perhaps
the setenv part.  Is it really needed?

I don't know why you needed `(require 'printing)', I don't see how it
could be necessary.




reply via email to

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