From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: RE: Emacs Date: Thu, 9 Aug 2007 09:18:39 +0800 Message-ID: <63F95800EDD046419F17688AAFD41CCF01C569A1@rnd-ex01.rnd.gdnt.local> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1186622472 5279 80.91.229.12 (9 Aug 2007 01:21:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Aug 2007 01:21:12 +0000 (UTC) To: , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 09 03:21:05 2007 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.50) id 1IIwhx-0001ZU-Eu for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Aug 2007 03:21:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIwhw-0004g9-PJ for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Aug 2007 21:21:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IIwhi-0004eu-09 for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 21:20:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IIwhf-0004eZ-1o for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 21:20:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IIwhe-0004eW-Sq for help-gnu-emacs@gnu.org; Wed, 08 Aug 2007 21:20:42 -0400 Original-Received: from [202.104.30.38] (helo=email.gdnt.com.cn) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IIwhZ-0006dl-CT; Wed, 08 Aug 2007 21:20:37 -0400 Original-Received: from sd-ef-01.cnshn.gdnt.local ([202.38.41.132]) by email.gdnt.com.cn with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Aug 2007 09:22:41 +0800 Original-Received: from sd-ex-01.cnshn.gdnt.local ([202.38.38.8]) by sd-ef-01.cnshn.gdnt.local with Microsoft SMTPSVC(6.0.3790.1830); Wed, 8 Aug 2007 20:22:32 -0500 Original-Received: from rnd-ex01.rnd.gdnt.local ([202.38.32.250]) by sd-ex-01.cnshn.gdnt.local with Microsoft SMTPSVC(6.0.3790.1830); Thu, 9 Aug 2007 09:22:32 +0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Emacs Thread-Index: AcfZ8ivsUx2rUYYgSJ+nJ02nwbG3IQAMP6+Q X-OriginalArrivalTime: 09 Aug 2007 01:22:32.0287 (UTC) FILETIME=[C25C06F0:01C7DA23] X-TM-AS-Product-Ver: SMEX-7.0.0.1345-3.6.1039-15232.002 X-TM-AS-Result: No--11.349100-8.000000-31 X-Detected-Kernel: Windows 2000 SP4, XP SP1+ 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:46425 Archived-At: Thanks. Will have a try later. Regards, Brian=20 -----Original Message----- From: help-gnu-emacs-bounces+brianjiang=3Dgdnt.com.cn@gnu.org = [mailto:help-gnu-emacs-bounces+brianjiang=3Dgdnt.com.cn@gnu.org] On = Behalf Of Eli Zaretskii Sent: 2007=C4=EA8=D4=C29=C8=D5 2:26 To: help-gnu-emacs@gnu.org Subject: Re: Emacs > Date: Wed, 8 Aug 2007 10:48:32 +0800 > From: >=20 > "M-: printer-name RET" displays "PRN". The version is "This is GNU = Emacs 22.1.1 (i386-mingw-nt5.1.2600)" >=20 > I have never configured the printer for Emacs since I never try to use = Emacs to print anything before. But in my computer, the printer has been = setup and works well for other programs (and actually it doesn't need a = separated printer setup for those programs. I just setup the printer in = the system and then other programs can printe well. But it seems Emacs = doesn't act in the same way.). Then I suggest to download and install PrintFile = (http://www.lerup.com/printfile/), and then configure Emacs to use that = program as the printer driver. Something like this (in your ~/.emacs = file): (setq printer-name nil) (setq lpr-command "C:/Program Files/PrintFile/prfile32.exe") (setq = lpr-switches '("/q")) (setq ps-lpr-command "C:/Program = Files/PrintFile/prfile32.exe") (setq ps-lpr-switches '("/q")) _______________________________________________ help-gnu-emacs mailing list help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs