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

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

Re: How To Print To Printer GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of


From: rustom
Subject: Re: How To Print To Printer GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600) of 2008-03-26 on RELEASE
Date: Wed, 8 Apr 2009 07:26:43 -0700 (PDT)
User-agent: G2/1.0

On Apr 8, 6:57 pm, ChristopherL <clusard...@aol.com> wrote:
> On Apr 7, 8:18 pm, "B. T. Raven" <ni...@nihilo.net> wrote:
>
> > Add this line to your .emacs:
> > (require 'hfyview)
>
> > Add the files hfyview.el and htmlfontify.el to /emacs/lisp directory or
> > another directory in load-path.
> > Easymenu.el should already be in /emacs/lisp/emacs-lisp directory.
>
> Where can I get hfyview.el and htmlfontify.el. They are not on my C
> drive.
>
> Chris

Setting up printing on windows is quite a feat
I hardly understand all the details but what Ive figured out on my
setup is:

At the least I need these two things
(setq printer-name "//network/path/to/printer")
(setq ps-printer-name t)

However this prints without the typical printer dialog that all other
windows applications give.
If I add
(setq ps-lpr-command "C:/Program Files/gs/gs8.63/bin/
gswin32c.exe")  ;; obviously use the correct path for you here which
means also setup ghostscript.
(setq ps-lpr-switches '( "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2"))
then the dialog also appears.

I find this mysterious because these variables seem to be part of the
printing package (without (require 'printing) no help is available for
them) but yet they change the behavior of printing


reply via email to

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