From: Mark Shroyer <list+gmane@markshroyer.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Printing Problems
Date: Sun, 14 Nov 2010 15:39:52 -0500 [thread overview]
Message-ID: <ibpheq$rht$1@dough.gmane.org> (raw)
In-Reply-To: <000001cb4c76$5bce26c0$136a7440$@net>
On 9/4/2010 5:15 PM, John Burns wrote:
> I need help in getting my version of emacs - 22.3.1, under Windows 7,
> to print to my Samsung laser printer which is ported to USB001.
>
> Can anybody who has solved a problem utilizing a USB port or anyone
> in general who can explain what I need to do in layman’s terms to get
> the printer working, please respond to this email and help me out? I
> have read the documentation but it just isn't clear to me. I hit
> the print button at the top of the emacs page, but nothing happens.
> The mini-buffer tells me that the printing has been done.
Do the following:
1) Download and install GPL Ghostscript for Windows here:
http://pages.cs.wisc.edu/~ghost/
2) Configure Emacs to use Ghostscript for PostScript printing:
> (setq
> ps-lpr-command "C:/Program Files/gs/gs8.64/bin/gswin32c.exe"
> ps-lpr-switches '("-q" "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2")
> ps-printer-name t)
...adjusting the path name for the exact version of Ghostscript you've
installed, of course. Note that I'm using an older version above; I
assume it'll work the same with Ghostscript 9.00, but I haven't tried it
myself. 8.64 is still available for download if in doubt.
Then you just need to use the ps-print-* commands instead of the print-*
commands, for instance M-x ps-print-buffer. When you do, a Windows
print dialog should pop up, which you can use to select your printer and
modify print settings just like in most other Windows applications.
I hope this helps,
--
Mark Shroyer
http://markshroyer.com/contact/
next prev parent reply other threads:[~2010-11-14 20:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-04 21:15 Printing Problems John Burns
2010-11-14 20:39 ` Mark Shroyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-09-06 2:47 John Burns
2015-10-03 21:13 Robert Thorpe
[not found] <mailman.385.1443906816.16064.help-gnu-emacs@gnu.org>
2015-10-03 21:56 ` Javier
2015-10-04 19:30 ` Robert Thorpe
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='ibpheq$rht$1@dough.gmane.org' \
--to=list+gmane@markshroyer.com \
--cc=help-gnu-emacs@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).