From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Emacs Installer for MS Windows Date: Thu, 26 Aug 2004 18:58:32 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <004001c48b8d$f622ec70$0200a8c0@sedrcw11488> References: <001401c478de$908a92d0$0200a8c0@sedrcw11488> <1091508072.20683.201576204@webmail.messagingengine.com> <4111491A.4090601@runestig.com> <4111D8D4.1040506@runestig.com> <1091693906.8538.201741376@webmail.messagingengine.com> <001d01c47afa$c1f5f170$0200a8c0@sedrcw11488> <003e01c48946$a8ebfad0$0200a8c0@sedrcw11488> <011201c48a06$469eb6e0$0200a8c0@sedrcw11488> <016f01c48a10$f6081090$0200a8c0@sedrcw11488> <001801c48a37$995d27f0$0200a8c0@sedrcw11488> <01c48a5a$Blat.v2.2.2$412bdd60@zahav.net.il> <412DFF1B.9010603@ig.com.br> <16686.4094.173795.914606@tron.eng.it> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093540582 7006 80.91.224.253 (26 Aug 2004 17:16:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2004 17:16:22 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 26 19:16:02 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C0Na3-0001hN-00 for ; Thu, 26 Aug 2004 18:58:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0Nef-0007sv-HA for ged-emacs-devel@m.gmane.org; Thu, 26 Aug 2004 13:03:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0NeT-0007rO-IK for emacs-devel@gnu.org; Thu, 26 Aug 2004 13:03:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0NeR-0007qy-Uo for emacs-devel@gnu.org; Thu, 26 Aug 2004 13:03:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0NeR-0007qv-Rj for emacs-devel@gnu.org; Thu, 26 Aug 2004 13:03:03 -0400 Original-Received: from [81.228.11.112] (helo=av5-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0NZf-0005Dx-9f; Thu, 26 Aug 2004 12:58:07 -0400 Original-Received: by av5-2-sn1.fre.skanova.net (Postfix, from userid 502) id 7E93437E98; Thu, 26 Aug 2004 18:58:06 +0200 (CEST) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av5-2-sn1.fre.skanova.net (Postfix) with ESMTP id 6FE4B37E46; Thu, 26 Aug 2004 18:58:06 +0200 (CEST) Original-Received: from sedrcw11488 (t2o58p37.telia.com [62.20.165.37]) by smtp3-2-sn1.fre.skanova.net (Postfix) with SMTP id 3CBA037E55; Thu, 26 Aug 2004 18:58:04 +0200 (CEST) Original-To: , "Vinicius Jose Latorre" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26526 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26526 ----- Original Message ----- From: "Gian Uberto Lauri" > >>>>> "VJL" == Vinicius Jose Latorre writes: > > VJL> Ghostscript is used for printing a PostScript file if you don't have a > VJL> PostScript printer. > > VJL> To print a PostScript file in Windows, Unix or any other OS you need to > VJL> have a PostScript printer. > > Ahem... > > (setq ps-printer-name "") > (setq ps-lpr-command "d:\\gs\\gsview\\gsprint.exe") > (setq ps-lpr-switches " -sDEVICE=mswinprn -q -dNOPAUSE -dBATCH" ) Will the new version of Emacs detect whether the default printer is a PostScript printer? - Lennart