From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Printing from WindowXP version of emacs Date: Thu, 05 Jan 2006 22:44:52 +0200 Message-ID: References: <534d19de0601031634o49dfd53dl7d701ff6512900f9@mail.gmail.com> <6FC795CC-C015-4A12-81DF-15E01A9E9EDA@Web.DE> <534d19de0601041756x783e8094v1f0397efaa7a6662@mail.gmail.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1136494225 31640 80.91.229.2 (5 Jan 2006 20:50:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2006 20:50:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 05 21:50:23 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Euc3U-0001m2-Lg for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2006 21:49:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Euc5E-0005Mg-MR for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2006 15:51:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Euc0W-0003Of-GV for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 15:46:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Euc0S-0003Lq-AK for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 15:46:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Euc0Q-0003Lf-PS for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 15:46:43 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Euc23-0003ks-Pm for help-gnu-emacs@gnu.org; Thu, 05 Jan 2006 15:48:24 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-155-66.inter.net.il [80.230.155.66]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CJS10763 (AUTH halo1); Thu, 5 Jan 2006 22:44:51 +0200 (IST) Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Peter Dyballa on Thu, 5 Jan 2006 14:01:10 +0100) 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:32461 Archived-At: > From: Peter Dyballa > Date: Thu, 5 Jan 2006 14:01:10 +0100 > Cc: help-gnu-emacs@gnu.org > > The problem is encoding of the PostScript fonts used to set the > document. ps-print.el uses ISO 8859-1, independent from the buffer > contents' encoding. I don't think this is true. First, there's ps-mule.el that can be set up to use other 8-bit encodings instead of 8859-1, if your printer has the appropriate fonts loaded. And second, you can install BDF fonts for other character sets and set up ps-mule and ps-print for printing almost any character set imaginable.