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

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

RE: [h-e-w] print-NT.el


From: Jeff Rancier
Subject: RE: [h-e-w] print-NT.el
Date: Wed, 10 Oct 2001 16:30:07 -0400

If I visit a file remotely with ange-ftp, and try to print, some package is
trying to kick off the lpr command remotely via rsh.

I am using:

(defun nt-ps-print-buffer ()
  "Print buffer using postscript."
  (interactive)
  (if ps-print-use-faces
      (ps-print-buffer-with-faces ps-lpr-buffer)
    (ps-print-buffer ps-lpr-buffer)
    )
  (ps-print-lpr-buffer ps-lpr-buffer)
  )



-----Original Message-----
From: Jason Rumney [mailto:address@hidden
Sent: Wednesday, October 10, 2001 4:12 PM
To: Jeff Rancier
Cc: address@hidden; Emacs Help (Windows); address@hidden
Subject: Re: [h-e-w] print-NT.el


"Jeff Rancier" <address@hidden> writes:

> Thanks actually, I wanted to have a function to be able to print remote
> files (visited by ange-ftp).  Most of the servers that we have don't have
> rshd running,

Why would they need rsh running? ps-print doesn't use rsh.
It sounds like you are jumping through a lot of hoops just to get
the basic functionality that already exists in ps-print-buffer.


--
Jason Rumney




reply via email to

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