From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Printing from WindowXP version of emacs Date: Wed, 04 Jan 2006 20:22:04 +0200 Message-ID: References: <47f866747f622f.47f622f47f8667@net.lu.se> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136401619 15309 80.91.229.2 (4 Jan 2006 19:06:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Jan 2006 19:06:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 04 20:06:56 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EuDyB-0000Qv-9g for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2006 20:06:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuDzr-0004TJ-VC for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Jan 2006 14:08:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuDIg-0007Ey-OV for help-gnu-emacs@gnu.org; Wed, 04 Jan 2006 13:23:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuDIe-0007E5-PW for help-gnu-emacs@gnu.org; Wed, 04 Jan 2006 13:23:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuDIe-0007E0-HD for help-gnu-emacs@gnu.org; Wed, 04 Jan 2006 13:23:52 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuDK5-0006J6-Ma for help-gnu-emacs@gnu.org; Wed, 04 Jan 2006 13:25:21 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-251-9.inter.net.il [83.130.251.9]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DHS48800 (AUTH halo1); Wed, 4 Jan 2006 20:21:55 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: <47f866747f622f.47f622f47f8667@net.lu.se> (message from LENNART BORGMAN on Wed, 04 Jan 2006 09:45:10 +0100) 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:32423 Archived-At: > Date: Wed, 04 Jan 2006 09:45:10 +0100 > From: LENNART BORGMAN > Cc: help-gnu-emacs@gnu.org > > Unfortunately I get > > C:\mydir\getPrn.vbs(22, 1) (null): 0x80041017 > > on the line > > For Each objPrinter in colInstalledPrinters Is that the one and only line it prints? If not, what do other lines say? Also, I asked to see what does default-printer-name return on that platform. It's a Windows-specific function that is supposed to do something similar to Bruce's VB script. Can you tell what is its result on that system?