all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rusi <rustompmody@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Printing permissions problem under Win7
Date: Wed, 29 Dec 2010 01:24:57 -0800 (PST)	[thread overview]
Message-ID: <965ac985-c91e-45d7-a00a-626cf90945e7@35g2000prt.googlegroups.com> (raw)
In-Reply-To: mailman.6.1293559851.18542.help-gnu-emacs@gnu.org

On Dec 28, 11:10 pm, Scott Meyers <NeverR...@aristeia.com> wrote:
> On 12/28/2010 10:00 AM, Deniz Dogan wrote:
>
> > I'm probably mistaken but shouldn't that be \\Patroklos\...?
>
> According tohttp://www.gnu.org/software/emacs/manual/html_node/emacs/Windows-Prin...,
>
> > You can also use a printer shared by another machine by setting
> > printer-name to the UNC share name for that printer for example,
> > "//joes_pc/hp4si". (It doesn't matter whether you use forward slashes
> > or backslashes here.)
>
> Also, if you go the backslash route, you have to quote the backslashes,
> yielding something like
>
>    \\\\Patroklos\\...
>
> I tried it :-)
>
> Any other suggestions?
>
> Scott

Ive not used a network printer with emacs23 and windows

But this is elisp setup when I used it with 22 (printer-name is
probably redundant)
Basically it prints through ghostscript which needs to be available of
course

(require 'printing)
(setq printer-name "//path/to/networkPrinter")
(setq ps-printer-name t)
(setenv "GS_LIB" "C:/Program Files/gs/gs8.63/lib")
(setq ps-lpr-command "C:/Program Files/gs/gs8.63/bin/gswin32c.exe")
(setq ps-lpr-switches '( "-dNOPAUSE" "-dBATCH" "-sDEVICE=mswinpr2"))


      parent reply	other threads:[~2010-12-29  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28  6:51 Printing permissions problem under Win7 Scott Meyers
2010-12-28 18:00 ` Deniz Dogan
2010-12-28 18:10   ` Scott Meyers
     [not found]   ` <mailman.6.1293559851.18542.help-gnu-emacs@gnu.org>
2010-12-29  9:24     ` rusi [this message]

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

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

  git send-email \
    --in-reply-to=965ac985-c91e-45d7-a00a-626cf90945e7@35g2000prt.googlegroups.com \
    --to=rustompmody@gmail.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.