From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.bugs Subject: Re: CANNOT PRINT FROM EMACS Date: Mon, 22 Apr 2002 21:53:00 +0300 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <7458-Mon22Apr2002215259+0300-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019501657 32590 127.0.0.1 (22 Apr 2002 18:54:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 22 Apr 2002 18:54:17 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zix6-0008TH-00 for ; Mon, 22 Apr 2002 20:54:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zix5-0006qr-00; Mon, 22 Apr 2002 14:54:15 -0400 Original-Received: from balder.inter.net.il ([192.114.186.15]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16ziwL-0006mc-00 for ; Mon, 22 Apr 2002 14:53:29 -0400 Original-Received: from Zaretsky ([80.230.2.40]) by balder.inter.net.il (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BIF71609; Mon, 22 Apr 2002 21:52:58 +0300 (IDT) Original-To: libriel@usgs.gov X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 In-Reply-To: (libriel@usgs.gov) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:874 > From: "Lawrence I Briel" > Date: Mon, 22 Apr 2002 10:18:39 -0400 > > When I select the "print buffer" option in Emacs, one of two outcomes will > happen: (1) If there is no assignment of a printer name in the "_emacs" > file, my system locks up and must be rebooted through the task manager, or > (2) If a printer name is assigned using the statement (setq printer-name > "MyPrinter"), the contents of the emacs buffer are copied to a file on the > c-drive with the same name as that assigned to the printer, eg > "c\:MyPrinter". If this file does not exist, it is created; if it does > exist, the contents of the buffer are appended following a page-advance > (^L). > This behavior is the same for both Emacs versions 19 and 21. > > Any additional suggestions would be greatly appreciated. Please read the section "MS-DOS Printing" in the Emacs manual (don't be fooled by the name: it's not only about MS-DOS). It describes a couple of ways to overcome these problems.