From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.help Subject: Re: Latin-9: Font Problem with ps-print and German Umlauts Date: Sun, 14 Dec 2003 14:05:21 +0100 Organization: 1&1 Internet AG Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Harald Maier NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-9 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1071407799 5333 80.91.224.253 (14 Dec 2003 13:16:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 13:16:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 14:16:36 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AVW6u-000355-00 for ; Sun, 14 Dec 2003 14:16:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AVX1o-0001G7-QP for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2003 09:15:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 37 Original-NNTP-Posting-Host: p5088ef8f.dip0.t-ipconnect.de Original-X-Trace: online.de 1071407122 21385 80.136.239.143 (14 Dec 2003 13:05:22 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Sun, 14 Dec 2003 13:05:22 +0000 (UTC) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:IUXOY31Hg4yqBCl7j+eKwYNGO4c= Original-Xref: shelby.stanford.edu gnu.emacs.help:119305 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15244 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15244 Eli Zaretskii writes: >> From: Harald Maier >> Newsgroups: gnu.emacs.help >> Date: Sun, 14 Dec 2003 08:23:37 +0100 >> >> I switch to Latin-9 (de_DE@euro) an all works fine except postscript >> printing. If I print a buffer with german umlauts emacs complaints >> that the 'Font for some characters not found'. How can I solve this >> problem? The problem happens with both emacs-21.3 and emacs-21.3.50. > > See the variable ps-mule-font-info-database-default: you need to > customize it so that it supports Latin-9, in a way similar to what > ps-mule-font-info-database-latin does for Latin-1. The doc string of > ps-mule-font-info-database should explain the data structure of these > variables. > > (All the variables I mentioned are defined and used on ps-mule.el, > which see.) Thanks Eli, I have changed the variable ps-mule-font-info-database-default to ,---- | ((latin-iso8859-15 ; new entry | (normal nil nil iso-latin-9)) ; new entry | (latin-iso8859-1 | (normal nil nil iso-latin-1))) `---- The German umlauts now print very fine, except the Euro sign. The Euro sign still prints on paper as circle with edges (¤). In emacs displaying of the Euro sign is fine. If anybody knows how to change that I would appreciate it. Harald