From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Windows Printing Date: Fri, 19 May 2006 18:07:55 +0300 Message-ID: References: <446CF318.2000703@student.lu.se> <446DA523.90602@gnu.org> <446DB521.3060002@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1148051308 14202 80.91.229.2 (19 May 2006 15:08:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 19 May 2006 15:08:28 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 19 17:08:24 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fh6aN-0002yV-Ly for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 17:08:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh6aN-0004vX-0E for ged-emacs-devel@m.gmane.org; Fri, 19 May 2006 11:08:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fh6aB-0004vI-J9 for emacs-devel@gnu.org; Fri, 19 May 2006 11:08:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fh6a9-0004tZ-8C for emacs-devel@gnu.org; Fri, 19 May 2006 11:08:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh6a9-0004tU-07 for emacs-devel@gnu.org; Fri, 19 May 2006 11:08:01 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fh6dS-0000Jp-5F; Fri, 19 May 2006 11:11:26 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-154-216.inter.net.il [80.230.154.216]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DKH19987 (AUTH halo1); Fri, 19 May 2006 18:07:56 +0300 (IDT) Original-To: Jason Rumney In-reply-to: <446DB521.3060002@gnu.org> (message from Jason Rumney on Fri, 19 May 2006 13:08:01 +0100) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:54806 Archived-At: > Date: Fri, 19 May 2006 13:08:01 +0100 > From: Jason Rumney > CC: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org > > >> Without having read the entire thread, I suspect that the problem is > >> that some cheap printers these days do not support printing plain text. > >> > >> We could perhaps mention that in the manual. > >> > > > > What would we suggest as work-arounds for such situations? > > > I think the documentation we already have for setting up Ghostscript for > ps-print still works in these cases. Okay, I will add to the manual that if the printer doesn't support plain text, use ps-print instead. Thanks.