From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: still `umlaut-bug' with current Emacs Date: Thu, 09 Apr 2009 08:21:51 +0200 (CEST) Message-ID: <20090409.082151.107253631.wl@gnu.org> References: <20090408.065936.26529613.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1239258150 25786 80.91.229.12 (9 Apr 2009 06:22:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Apr 2009 06:22:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 09 08:23:49 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Lrnfg-0001QM-2w for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 08:23:32 +0200 Original-Received: from localhost ([127.0.0.1]:42333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrneH-00032O-3E for ged-emacs-devel@m.gmane.org; Thu, 09 Apr 2009 02:22:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrneB-00032J-IR for emacs-devel@gnu.org; Thu, 09 Apr 2009 02:21:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lrne6-00031v-J8 for emacs-devel@gnu.org; Thu, 09 Apr 2009 02:21:58 -0400 Original-Received: from [199.232.76.173] (port=58503 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lrne6-00031s-Fn for emacs-devel@gnu.org; Thu, 09 Apr 2009 02:21:54 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:54445) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Lrne6-0007ht-06 for emacs-devel@gnu.org; Thu, 09 Apr 2009 02:21:54 -0400 Original-Received: (qmail invoked by alias); 09 Apr 2009 06:21:52 -0000 Original-Received: from 77-20-101-114-dynip.superkabel.de (EHLO localhost) [77.20.101.114] by mail.gmx.net (mp047) with SMTP; 09 Apr 2009 08:21:52 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX19dFQtn38td3eznAme5znlQi/saS2uo/4OrARc8e5 MOsVOBGwDmciLO In-Reply-To: X-Mailer: Mew version 6.2.50 on Emacs 22.3.1 / Mule 5.0 (SAKAKI) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.48 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110161 Archived-At: >> In the attached image, the blue font is > >> -sony-fixed-medium-r-normal--24-170-100-100-c-120-iso8859-1 > >> while the large `umlaut U' is > >> -monotype-Arial-bold-normal-normal-*-32-*-*-*-*-0-iso10646-1 > > I've just installed a fix. Please try again. This works now, thanks. >> With exactly the same setup I see another bug, as shown in the >> attached image. The displayed text should be > >> \textit{% >> xxx \textbf{yyy}\\ >> zzz} > >> `C-u C-x =' says this for the first `y' character: > >> character: y (121, #o171, #x79) >> preferred charset: ascii (ASCII (ISO646 IRV)) >> code point: 0x79 >> syntax: w which means: word >> category: .:Base, a:ASCII, l:Latin, r:Roman >> buffer code: #x79 >> file code: #x79 (encoded by coding system utf-8-unix) >> display: no font available > > I can't reproduce it. I still get it. > What does C-u C-x = say on the character "x"? character: x (120, #o170, #x78) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x78 syntax: w which means: word category: .:Base, a:ASCII, l:Latin, r:Roman buffer code: #x78 file code: #x78 (encoded by coding system utf-8-unix) display: by this font (glyph code) xft:-Efont-Fixed-normal-italic-normal-*-24-*-*-*-m-*-iso10646-1 (#x59) Character code properties: customize what to show name: LATIN SMALL LETTER X general-category: Ll (Letter, Lowercase) There are text properties here: face (font-latex-italic-face) font-lock-multiline t fontified t Werner