From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Printing permissions problem under Win7 Date: Tue, 28 Dec 2010 19:00:22 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293559375 19283 80.91.229.12 (28 Dec 2010 18:02:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 28 Dec 2010 18:02:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Scott Meyers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 28 19:02:50 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PXdsm-0001I5-6e for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Dec 2010 19:02:48 +0100 Original-Received: from localhost ([127.0.0.1]:41880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXdsm-0002dQ-09 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Dec 2010 13:02:48 -0500 Original-Received: from [140.186.70.92] (port=44123 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PXdri-0002Sj-8f for help-gnu-emacs@gnu.org; Tue, 28 Dec 2010 13:02:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PXdqw-0004dI-1h for help-gnu-emacs@gnu.org; Tue, 28 Dec 2010 13:01:41 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:63494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PXdqv-0004cg-SU for help-gnu-emacs@gnu.org; Tue, 28 Dec 2010 13:00:53 -0500 Original-Received: by iyj17 with SMTP id 17so9342581iyj.0 for ; Tue, 28 Dec 2010 10:00:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=xlcb0b72HHVzgn5LM52qRiQ0+wQfC8mWPmfib/+JFtc=; b=lm/yOrZRotvoFjjuhFvlMQRC+4OVgmztLJ1qUvI3ijPEc6A0pPlCV1R9GSPRXIiqZE DU+LeHtSKoLnFzR1hKwt6G+xMt7mpyOCv/6qawxaZwcO4NUUaNppDOJgvkeOfDOUDouN m1L++JIudxeGzivE1qXR/jYNo+SHwGX4JYFAc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=SdGcr6fSd/fS3Vui4+cQi7DkB/i3P7zRtGfb4bbZV87pbtzFkHGnr7yyDW1672ijwz cJzFeJJKJerowr/Gep+gJEXAhoPbzK1C9/MNTd/s8G1Wx0iU8JfitIl0Xoz0RoJYKKeA 25bwcD4/fhGIPfz0iEhXQrbPG9E7M3Ov8lMF4= Original-Received: by 10.231.10.141 with SMTP id p13mr13467576ibp.131.1293559252238; Tue, 28 Dec 2010 10:00:52 -0800 (PST) Original-Received: by 10.231.39.132 with HTTP; Tue, 28 Dec 2010 10:00:22 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77938 Archived-At: 2010/12/28 Scott Meyers : > I've been running Emacs 21.3.1 under WinXP, and I can print to a network > printer without difficulty using print-buffer. =A0I have the following in= my > .emacs file: > > (setq printer-name "//Patroklos/HP LaserJet 6L") > > I've just installed Emacs 23.2.1 (a newer version than above) under Win7, > and with the same line in my .emacs file, attempts to use print-buffer fa= il, > and the following appears in my messages buffer: > > Spooling with options (page headers are not supported)... > direct-print-region-helper: Opening output file: permission denied, > //Patroklos/HP LaserJet 6L > > Printing from other applications to this printer on the Win7 machine work= s > fine. =A0Running Emacs as Administrator does not help. > > Any idea what I need to do to enable printing from this version of Emacs = on > this OS? > I'm probably mistaken but shouldn't that be \\Patroklos\...? --=20 Deniz Dogan