From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Printing Date: Thu, 02 Apr 2009 20:43:11 -0400 Message-ID: References: <5f0660120903281352v5d7ab83cy44fcff3cbf4581cb@mail.gmail.com> <20090402100822.GC28589@tomas> <20090402115119.GA29256@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1238719415 28003 80.91.229.12 (3 Apr 2009 00:43:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2009 00:43:35 +0000 (UTC) Cc: tomas@tuxteam.de, lennart.borgman@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 03 02:44:53 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LpXWe-0008Q0-UM for ged-emacs-devel@m.gmane.org; Fri, 03 Apr 2009 02:44:53 +0200 Original-Received: from localhost ([127.0.0.1]:33199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpXVH-0001O7-2N for ged-emacs-devel@m.gmane.org; Thu, 02 Apr 2009 20:43:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpXVB-0001O2-J7 for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:43:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpXV6-0001Nq-6p for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:43:20 -0400 Original-Received: from [199.232.76.173] (port=50576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpXV6-0001Nn-1R for emacs-devel@gnu.org; Thu, 02 Apr 2009 20:43:16 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:53545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpXV4-0004wq-Sm; Thu, 02 Apr 2009 20:43:14 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjYFAPv31EnO+Lq2/2dsb2JhbACBUs1Pg3wGhQQ X-IronPort-AV: E=Sophos;i="4.39,316,1235970000"; d="scan'208";a="36126686" Original-Received: from 206-248-186-182.dsl.teksavvy.com (HELO pastel.home) ([206.248.186.182]) by ironport2-out.teksavvy.com with ESMTP; 02 Apr 2009 20:43:13 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 725408446; Thu, 2 Apr 2009 20:43:11 -0400 (EDT) In-Reply-To: (Eli Zaretskii's message of "Thu, 02 Apr 2009 22:44:55 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110027 Archived-At: > There's no need for these complications. Installing Ghostscript on > Windows is very easy, and once installed, it can immediately be used > to print with ps-print to any Windows printer; no need for redmon or > virtual printers. The instructions to configure Emacs on Windows to > do that are in the Emacs manual. Wonderful, thanks. > The problem was with printing non-ASCII text, and that needs to be > solved in ps-print and ps-mule, not in external applications. This thread has mentioned several issues, the non-ASCII chars being one of them. I think it's the main one at this point, indeed. Stefan