From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Fonts and Latin-15 Date: Wed, 29 May 2002 07:10:19 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: <200205291110.g4TBAJ821763@rum.cs.yale.edu> References: <87heks9b89.fsf_-_@emacswiki.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1022670701 12436 127.0.0.1 (29 May 2002 11:11:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 29 May 2002 11:11:41 +0000 (UTC) Cc: Kai.Grossjohann@cs.uni-dortmund.de (Kai =?iso-8859-15?q?Gro=DFjohann?=), emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17D1Mi-0003ET-00 for ; Wed, 29 May 2002 13:11:40 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17D1ez-00024G-00 for ; Wed, 29 May 2002 13:30:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17D1NK-0005yR-00; Wed, 29 May 2002 07:12:18 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17D1LR-0005so-00 for ; Wed, 29 May 2002 07:10:21 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g4TBAJ821763; Wed, 29 May 2002 07:10:19 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Alex Schroeder X-MIME-Autoconverted: from 8bit to quoted-printable by rum.cs.yale.edu id g4TBAJ821763 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4482 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4482 > character: =DF (04337, 2271, 0x8df) > charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1 (ISO/= IEC 8859-1): ISO-IR-100) > code point: 95 > syntax: word > category: l:Latin =20 > buffer code: 0x81 0xDF > file code: 0x81 0xDF (encoded by coding system emacs-mule) > font: -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-1 >=20 > His, looks bad: >=20 > character: =DF (07537, 3935, 0xf5f) > charset: latin-iso8859-15 (Right-Hand Part of Latin Alphabet 9 (ISO= /IEC 8859-15): ISO-IR-203) > code point: 95 > syntax: word > category: l:Latin =20 > buffer code: 0x8E 0xDF > file code: 0x8E 0xDF (encoded by coding system emacs-mule) > font: -Misc-Fixed-Bold-R-Normal--13-120-75-75-C-70-ISO8859-15 If you have a -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-15 t= hen there's a bug in Emacs. Otherwise, it's just that you don't have the necessary font. Use `xlsfonts' to find out. You can also use unify-8859-on-decoding-mode to force all those latin-N =DF chars to be unified into the one and only latin-1 =DF. Stefan