unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
Subject: Re: printing from w32 emacs
Date: Tue, 08 Nov 2005 06:45:07 +0200	[thread overview]
Message-ID: <umzkfeoj0.fsf@gnu.org> (raw)
In-Reply-To: <LWSbf.6535$AS6.6461@newsread3.news.atl.earthlink.net> (ecinmn@peoplepc.com)

> From: "B. T. Raven" <ecinmn@peoplepc.com>
> Date: Tue, 08 Nov 2005 01:11:07 GMT
> 
> Thanks  Lennart and Eli. Eli, yes I did read it, more than once. I think
> I even understood everything except the part about printing on a
> network. I left 'lpr-command at "" (null string). I tried PRN (and
> suffixed with :), LPT1, LPT2, LPT3. Printer light blinks once but
> nothing else happens.

Does it blink no matter which port name you use?  Or just for some
specific port?  If the latter, which port causes the blinking?

You can cause the printer to capture a specific port in the "Ports"
tab of the printer settings (Start->Settings->Printers and Faxes, then
right-click on the printer name and select Properties).

Failing that, there's a nice program called PrFile32 (look for it on
the net).  You can set it up to be your lpr replacement with the
following settings:

 (setq lpr-command "C:/Program Files/PrintFile/prfile32.exe")
 (setq lpr-switches '("/q"))

(If your printer supports Postscript, you can add 2 similar settings
for ps-print.)

> (setq ps-lpr-command "C:\\Program Files\\Ghostgum\\gsview\\gsprint.exe")
> (setq ps-printer-name t)
> 
> I can print ordinary files with this setup but if the files contain any
> characters outside of the Latin-1 range then a popup dialogue appears
> with: "Font for some characters not found..." when I run Postscript
> print buffer.

That's a different problem: you need to install BDF fonts and set up
ps-print to use them.  See the large commentary in the file ps-mule.el
for more details.

  parent reply	other threads:[~2005-11-08  4:45 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07  4:24 printing from w32 emacs B. T. Raven
2005-11-07  7:07 ` Lennart Borgman
2005-11-07 20:22 ` Eli Zaretskii
     [not found] ` <mailman.14313.1131394933.20277.help-gnu-emacs@gnu.org>
2005-11-08  1:11   ` B. T. Raven
2005-11-08  1:23     ` Lennart Borgman
2005-11-08  4:45     ` Eli Zaretskii [this message]
     [not found]     ` <mailman.14348.1131425112.20277.help-gnu-emacs@gnu.org>
2005-11-10  2:10       ` B. T. Raven
2005-11-10  4:25         ` Eli Zaretskii
2005-11-10  5:21 ` rgb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=umzkfeoj0.fsf@gnu.org \
    --to=eliz@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).