X-Loop: owner@HIDDEN Subject: bug#3838: 23.0.96; printing.el - Be able to specify a printer using IP address Reply-To: "Drew Adams" <drew.adams@HIDDEN>, 3838 <at> debbugs.gnu.org Resent-From: "Drew Adams" <drew.adams@HIDDEN> Resent-To: bug-submit-list@HIDDEN Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN> Resent-Date: Mon, 13 Jul 2009 18:25:06 +0000 Resent-Message-ID: <handler.3838.B.124750923826861@HIDDEN> Resent-Sender: help-debbugs@HIDDEN X-Emacs-PR-Message: report 3838 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@HIDDEN id=B.124750923826861 (code B ref -1); Mon, 13 Jul 2009 18:25:06 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 13 Jul 2009 18:20:38 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.8 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6DIKW2I026850 for <submit@HIDDEN>; Mon, 13 Jul 2009 11:20:33 -0700 Received: from mail.gnu.org ([199.232.76.166]:57624 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from <drew.adams@HIDDEN>) id 1MQQ8d-0006j8-Jc for emacs-pretest-bug@HIDDEN; Mon, 13 Jul 2009 14:20:31 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MQQ8b-0001YS-74 for emacs-pretest-bug@HIDDEN; Mon, 13 Jul 2009 14:20:31 -0400 Received: from acsinet11.oracle.com ([141.146.126.233]:49318) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MQQ8a-0001Xa-Pj for emacs-pretest-bug@HIDDEN; Mon, 13 Jul 2009 14:20:29 -0400 Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6DIKPDX011692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <emacs-pretest-bug@HIDDEN>; Mon, 13 Jul 2009 18:20:27 GMT Received: from abhmt001.oracle.com (abhmt001.oracle.com [141.146.116.10]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6DIMGlt009518 for <emacs-pretest-bug@HIDDEN>; Mon, 13 Jul 2009 18:22:16 GMT Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Jul 2009 11:20:19 -0700 From: "Drew Adams" <drew.adams@HIDDEN> To: <emacs-pretest-bug@HIDDEN> Date: Mon, 13 Jul 2009 11:20:21 -0700 Message-ID: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoD5pT3CodGYbAITWe/t+omkvFLJQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt001.oracle.com [141.146.116.10] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4A5B7AE4.0195:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) Dunno if this is just a request for information (doc bug) or a feature request. I can't tell from the doc and commentary for printing.el whether this is a missing feature or there is just no explanation of how to do it. I need to be able to add a printer, which is not on a a Windows share, to both `pr-txt-printer-alist' and `pr-ps-printer-alist'. Is that possible? If so, how do I do it? The printing.el doc shows how to specify a printer that has a network share, and that's what I've used in the past. Example: (setq pr-txt-printer-alist '((toto nil nil "/D:\\\\foobar\\toto1135b"))) (setq pr-ps-printer-alist '((toto "print" nil "/D:" "\\\\foobar\\toto1135b"))) But now I need to add a printer that has only an IP address (TCP/IP port): fooprinter.my.company.com (with protocol Raw and port number 9100). There is no Windows share address. How can I do that? I tried adding this entry to `pr-ps-printer-alist', but it didn't work: (fooprinter "print" nil "/D:" "fooprinter.my.company.com") I don't see any output or messages that lets me know what's happening. All I see is this message: "Wrote c:/Documents and Settings/me/Local Settings/Temp/prspool-5396-Rl.ps." Nothing seems to be added to the printer queue, and nothing is printed. Likewise, if I try to print using text (non-PostScript) printing, with this entry (in this case, the message says Spooling...done.): (fooprinter "print" nil "/D:" "fooprinter.my.company.com" (ps-spool-duplex . t)) I don't see anything in the doc of `printing.el' that says how to do this, but I'm probably reading it wrong. In GNU Emacs 23.0.96.1 (i386-mingw-nt5.1.2600) of 2009-07-09 on SOFT-MJASON Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4)'
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: owner@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: "Drew Adams" <drew.adams@HIDDEN> Subject: bug#3838: Acknowledgement (23.0.96; printing.el - Be able to specify a printer using IP address) Message-ID: <handler.3838.B.124750923826861.ack@HIDDEN> References: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> X-Emacs-PR-Message: ack 3838 X-Emacs-PR-Package: emacs Reply-To: 3838 <at> debbugs.gnu.org Date: Mon, 13 Jul 2009 18:25:11 +0000 Thank you for filing a new bug report with Emacs. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 3838 <at> debbugs.gnu.org, as before. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 3838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3838 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: owner@HIDDEN Subject: bug#3838: 23.0.96;printing.el - Be able to specify a printer using IP address Reply-To: "Drew Adams" <drew.adams@HIDDEN>, 3838 <at> debbugs.gnu.org Resent-From: "Drew Adams" <drew.adams@HIDDEN> Resent-To: bug-submit-list@HIDDEN Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN> 2Resent-Date: Tue, 29 Sep 2009 07:10:04 +0000 Resent-Message-ID: <handler.3838.B.125420785531681@HIDDEN> Resent-Sender: help-debbugs@HIDDEN X-Emacs-PR-Message: followup 3838 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@HIDDEN id=B.125420785531681 (code B ref -1); Tue, 29 Sep 2009 07:10:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Sep 2009 07:04:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=unavailable version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8T74Dvv031678 for <submit@HIDDEN>; Tue, 29 Sep 2009 00:04:14 -0700 Received: from mail.gnu.org ([199.232.76.166]:59625 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from <drew.adams@HIDDEN>) id 1MsWkt-0005S8-TD for emacs-pretest-bug@HIDDEN; Tue, 29 Sep 2009 03:04:12 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MsWkq-0003oH-TX for emacs-pretest-bug@HIDDEN; Tue, 29 Sep 2009 03:04:11 -0400 Received: from mx20.gnu.org ([199.232.41.8]:3659) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MsWkq-0003nt-F9 for emacs-pretest-bug@HIDDEN; Tue, 29 Sep 2009 03:04:08 -0400 Received: from rcsinet11.oracle.com ([148.87.113.123] helo=rgminet11.oracle.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from <drew.adams@HIDDEN>) id 1MsWkn-0001yH-Ob for emacs-pretest-bug@HIDDEN; Tue, 29 Sep 2009 03:04:05 -0400 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8T74rRF029754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 Sep 2009 07:04:55 GMT Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8T73q1r022557; Tue, 29 Sep 2009 07:03:52 GMT Received: from dradamslap1 (/141.144.80.120) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 29 Sep 2009 00:03:51 -0700 From: "Drew Adams" <drew.adams@HIDDEN> To: <3838 <at> debbugs.gnu.org>, <emacs-pretest-bug@HIDDEN> References: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> Date: Tue, 29 Sep 2009 00:04:07 -0700 Message-ID: <3C5FBE9CB7CC4C9097356FF24FD0F344@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoD5pT3CodGYbAITWe/t+omkvFLJQ860Apw In-Reply-To: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4AC1B158.0158:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 1) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-CrossAssassin-Score: 2 Any news on this? I tried following up with Vinicius off line about this, but I didn't get too far. My impression is that it is more and more the case that printers are configured this way now (i.e., using only an IP address, as opposed to a Windows network address such as \\foo\toto123), at least for Windows. In my company, at least, all of the new printers are configured this way, so it's getting hard to find a printer I can still access from Emacs. Emacs should provide a way to access such printers, in particular from Windows. Thx.
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: owner@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: "Drew Adams" <drew.adams@HIDDEN> Subject: bug#3838: Info received (bug#3838: 23.0.96;printing.el - Be able to specify a printer using IP address) Message-ID: <handler.3838.B.125420785531681.ackinfo@HIDDEN> References: <3C5FBE9CB7CC4C9097356FF24FD0F344@HIDDEN> X-Emacs-PR-Message: ack-info 3838 X-Emacs-PR-Package: emacs Reply-To: 3838 <at> debbugs.gnu.org Date: Tue, 29 Sep 2009 07:10:05 +0000 Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 3838 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 3838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3838 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
X-Loop: owner@HIDDEN Subject: bug#3838: 23.0.96;printing.el - Be able to specify a printer using IP address Reply-To: "Drew Adams" <drew.adams@HIDDEN>, 3838 <at> debbugs.gnu.org Resent-From: "Drew Adams" <drew.adams@HIDDEN> Resent-To: bug-submit-list@HIDDEN Resent-CC: Emacs Bugs <bug-gnu-emacs@HIDDEN> 2Resent-Date: Tue, 29 Sep 2009 07:10:06 +0000 Resent-Message-ID: <handler.3838.B3838.125420784331676@HIDDEN> Resent-Sender: help-debbugs@HIDDEN X-Emacs-PR-Message: followup 3838 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3838-submit@HIDDEN id=B3838.125420784331676 (code B ref 3838); Tue, 29 Sep 2009 07:10:06 +0000 Received: (at 3838) by emacsbugs.donarmstrong.com; 29 Sep 2009 07:04:03 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-4.0 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from rgminet11.oracle.com (rcsinet11.oracle.com [148.87.113.123]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8T741pS031670 for <3838@HIDDEN>; Tue, 29 Sep 2009 00:04:02 -0700 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8T74rRF029754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 29 Sep 2009 07:04:55 GMT Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n8T73q1r022557; Tue, 29 Sep 2009 07:03:52 GMT Received: from dradamslap1 (/141.144.80.120) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 29 Sep 2009 00:03:51 -0700 From: "Drew Adams" <drew.adams@HIDDEN> To: <3838 <at> debbugs.gnu.org>, <emacs-pretest-bug@HIDDEN> References: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> Date: Tue, 29 Sep 2009 00:04:07 -0700 Message-ID: <3C5FBE9CB7CC4C9097356FF24FD0F344@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcoD5pT3CodGYbAITWe/t+omkvFLJQ860Apw In-Reply-To: <4D1BA0B04D8A41C9BCC118F1FA996141@HIDDEN> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4AC1B158.0158:SCFSTAT5015188,ss=1,fgs=0 Any news on this? I tried following up with Vinicius off line about this, but I didn't get too far. My impression is that it is more and more the case that printers are configured this way now (i.e., using only an IP address, as opposed to a Windows network address such as \\foo\toto123), at least for Windows. In my company, at least, all of the new printers are configured this way, so it's getting hard to find a printer I can still access from Emacs. Emacs should provide a way to access such printers, in particular from Windows. Thx.
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Content-Type: text/plain; charset=utf-8 X-Loop: owner@HIDDEN From: help-debbugs@HIDDEN (Emacs bug Tracking System) To: "Drew Adams" <drew.adams@HIDDEN> Subject: bug#3838: Info received (bug#3838: 23.0.96;printing.el - Be able to specify a printer using IP address) Message-ID: <handler.3838.B3838.125420784331676.ackinfo@HIDDEN> References: <3C5FBE9CB7CC4C9097356FF24FD0F344@HIDDEN> X-Emacs-PR-Message: ack-info 3838 X-Emacs-PR-Package: emacs Reply-To: 3838 <at> debbugs.gnu.org Date: Tue, 29 Sep 2009 07:10:07 +0000 Thank you for the additional information you have supplied regarding this bug report. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Emacs Bugs <bug-gnu-emacs@HIDDEN> If you wish to submit further information on this problem, please send it to 3838 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 3838: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D3838 Emacs Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.