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

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

RE:[h-e-w] How to setup network printer in GNU Emacs?


From: Daniel Hegyi
Subject: RE:[h-e-w] How to setup network printer in GNU Emacs?
Date: Fri, 08 Nov 2002 16:18:45 +0000

Message: 16
Subject: RE: [h-e-w] How to setup network printer in GNU Emacs?
Date: Thu, 7 Nov 2002 11:22:21 +0100
From: "Sprenger, Karel" <address@hidden>
To: "zhang weifeng" <address@hidden>,
        <address@hidden>

Hi,

Use Options->Customize Emacs->Specific Option... and then customize
ps-printer-name to your hearts content.  You could also do C-h v
ps-printer-name RET and then select the customize "link".

This doesn't work for me. I can't customize ps-printer-name option under Emacs21.2. However, I have the following script in my .emacs, that works:

(let ((printer "\\\\BDC\\HP LaserJet 2200"))
   (set-variable 'ps-use-face-background nil)
   (setq ps-printer-name printer)
   (setq printer-name printer))

;; Enable duplex printing
(setq-default ps-spool-duplex t)


Regards,
Daniel

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus





reply via email to

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