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: Font problem with emacs-23.1 Date: Tue, 06 Oct 2009 11:33:17 +0200 Message-ID: <834oqcooiq.fsf@gnu.org> References: <83bpklo63h.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1254822539 15389 80.91.229.12 (6 Oct 2009 09:48:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2009 09:48:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 06 11:48:49 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mv6cZ-0002M0-Cr for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 11:46:16 +0200 Original-Received: from localhost ([127.0.0.1]:33013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mv6cY-0002JZ-IM for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Oct 2009 05:46:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mv6S3-0007ag-Dd for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 05:35:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mv6S1-0007ZO-4e for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 05:35:21 -0400 Original-Received: from [199.232.76.173] (port=50651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mv6S0-0007Yu-79 for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 05:35:20 -0400 Original-Received: from mtaout3.012.net.il ([84.95.2.7]:15884) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mv6Rz-0007mf-QQ for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 05:35:20 -0400 Original-Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KR300C006JUP200@i_mtaout3.012.net.il> for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 11:35:18 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.224.43]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KR300A076MUGOG1@i_mtaout3.012.net.il> for help-gnu-emacs@gnu.org; Tue, 06 Oct 2009 11:35:18 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:68697 Archived-At: > Date: Tue, 6 Oct 2009 11:05:23 +0200 (CEST) > From: =3D?UTF-8?Q?Peter_M=3DC3=3DBCnster?=3D > cc: Emacs Users >=20 > Here is the output of this command for "=C3=B6": >=20 > character: =C3=B6 (246, #o366, #xf6) > preferred charset: unicode (Unicode (ISO10646)) > code point: 0xF6 > syntax: w =09which means: word > category: .:Base, j:Japanese, l:Latin > buffer code: #xC3 #xB6 > file code: #xC3 #xB6 (encoded by coding system utf-8-unix) > display: by this font (glyph code) > xft:-Efont-Efont Biwidth-normal-normal-normal-*-24-*-*-*-d-120-= iso10646-1 (#xB6) > [...] > And here for "=C3=A9" (one of the strangely displayed characters): >=20 > character: =C3=A9 (233, #o351, #xe9) > preferred charset: unicode (Unicode (ISO10646)) > code point: 0xE9 > syntax: w =09which means: word > category: .:Base, c:Chinese, j:Japanese, l:Latin, v:Viet > buffer code: #xC3 #xA9 > file code: #xC3 #xA9 (encoded by coding system utf-8-unix) > display: by this font (glyph code) > x:-efont-fixed-medium-r-normal--24-240-75-75-c-240-iso10646-1 (= #xE9) >=20 > Unfortunately, I don't understand much of that information... As you see, Emacs uses two different fonts to display these two characters. Maybe the font "-Efont-Efont Biwidth-normal-normal-normal-*-24-*-*-*-d-120-iso10646-= 1" does not support =C3=A9 and the other characters that look strangely?