From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Latin-9: Font Problem with ps-print and German Umlauts Date: 14 Dec 2003 13:51:57 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1071402882 31055 80.91.224.253 (14 Dec 2003 11:54:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Dec 2003 11:54:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 14 12:54:39 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 1AVUpb-00010S-00 for ; Sun, 14 Dec 2003 12:54:39 +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 1AVVju-0005OB-Uu for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Dec 2003 07:52:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AVVjL-0005NV-Tg for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 07:52:15 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AVVil-0004nE-Fl for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 07:52:10 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AVVij-0004Ub-F7 for help-gnu-emacs@gnu.org; Sun, 14 Dec 2003 07:51:38 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Harald Maier on Sun, 14 Dec 2003 08:23:37 +0100) 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:15241 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15241 > 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.)