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

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

Re: [h-e-w] NTemacs printer setup, IP port on Win2K?


From: Paul Whitfield
Subject: Re: [h-e-w] NTemacs printer setup, IP port on Win2K?
Date: Mon, 20 May 2002 08:38:02 +0800
User-agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0rc2) Gecko/20020510

Peter Kaiser wrote:
From a Win2K system at work I use a networked HP LaserJet printer set up as
a "local" printer over an IP port -- in other words, not through a server.

Has someone figured out the magic mumbo needed to use such a setup from
within NT emacs?  What is it?

___Pete


My work-around is to ignore the fact it is a local
printer and send the job directly to the printer

I am still using print-nt, even though I recall
someone saying it was no longer necessary
(But it ain't broke, so I ain't fix'n it)

Here is the relevent section from my
.emacs.el

(require 'print-nt)

(setq ps-print-use-gs nil)
(setq lpr-command "lpr.exe")
(setq ps-lpr-command "lpr.exe")
(setq lpr-destination '("-S 192.168.0.200 -P RICOH Aficio 220 PS")) ;; for normal printer (setq ps-lpr-destination '("-S 192.168.0.200 -P RICOH Aficio 220 PS -ol")) ;; for normal printer
(setq ps-psnup-switches '(" -l -2 -m.25in "))

This does the job for me!

Hope that helps

Paul


--
-------------------------------------------------------
Paul Whitfield
Senior Software Engineer
Microsol (Aust) Pty Ltd

Phone: (+61) 08 9473 6646
Fax:   (+61) 08 9473 6699




reply via email to

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