[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.
- Re: Printing with emacs: Not working, (continued)
- Re: Printing with emacs: Not working, Lennart Borgman, 2009/02/27
- Message not available
- Re: Printing with emacs: Not working, B. T. Raven, 2009/02/27
- Re: Printing with emacs: Not working, Lennart Borgman, 2009/02/27
- Re: Printing with emacs: Not working, Eli Zaretskii, 2009/02/27
- Re: Printing with emacs: Not working, Lennart Borgman, 2009/02/27
- Re: Printing with emacs: Not working, Eli Zaretskii, 2009/02/27
- Re: Printing with emacs: Not working, Lennart Borgman, 2009/02/27
- Re: Printing with emacs: Not working, Eli Zaretskii, 2009/02/27
- Re: Printing with emacs: Not working, Lennart Borgman, 2009/02/27
- Message not available
- Re: Printing with emacs: Not working, rustom, 2009/02/27
- Re: Printing with emacs: Not working,
Eli Zaretskii <=
- Message not available
- Re: Printing with emacs: Not working, rustom, 2009/02/28
- Message not available
- Re: Printing with emacs: Not working, DaveLG526, 2009/02/27
- Re: Printing with emacs: Not working, Eli Zaretskii, 2009/02/27
Re: Printing with emacs: Not working, Joe Fineman, 2009/02/27