From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: bug#613: 23.0.60; Unicode display problems Date: Wed, 13 Aug 2008 19:46:51 +0900 Message-ID: References: <87myjv2tc8.fsf@stupidchicken.com> <87zlnrx33y.fsf@physik.rwth-aachen.de> <87ej52vg8r.fsf@physik.rwth-aachen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1218624993 2910 80.91.229.12 (13 Aug 2008 10:56:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Aug 2008 10:56:33 +0000 (UTC) Cc: 613@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: Torsten Bronger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 13 12:57:24 2008 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 1KTE2Y-0002T3-Rd for ged-emacs-devel@m.gmane.org; Wed, 13 Aug 2008 12:57:19 +0200 Original-Received: from localhost ([127.0.0.1]:39093 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTE1c-0004Gs-SR for ged-emacs-devel@m.gmane.org; Wed, 13 Aug 2008 06:56:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTDso-0006cB-8R for emacs-devel@gnu.org; Wed, 13 Aug 2008 06:47:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTDsl-0006aK-ML for emacs-devel@gnu.org; Wed, 13 Aug 2008 06:47:13 -0400 Original-Received: from [199.232.76.173] (port=42944 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTDsl-0006a2-F5 for emacs-devel@gnu.org; Wed, 13 Aug 2008 06:47:11 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:65154) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTDsk-0003rB-HA for emacs-devel@gnu.org; Wed, 13 Aug 2008 06:47:11 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m7DAl4x4023827; Wed, 13 Aug 2008 19:47:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m7DAl4W1011830; Wed, 13 Aug 2008 19:47:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m7DAkp90006147; Wed, 13 Aug 2008 19:46:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KTDsR-0007MI-4Y; Wed, 13 Aug 2008 19:46:51 +0900 In-reply-to: <87ej52vg8r.fsf@physik.rwth-aachen.de> (message from Torsten Bronger on Wed, 06 Aug 2008 07:56:20 +0200) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:102403 Archived-At: Sorry for the late responce. > Kenichi Handa writes: > > Thank you. But, unfortunately, the list was too long and > > font-show-log truncated such long lists. Please show me the > > value of font-log itself instead: > > > > (1) Start Emacs as "% emacs -Q". > > (2) ESC : (setq font-log nil) > > (3) ESC : (insert #x201c) > > (4) C-h v font-log RET Thank you for the data. I found very strange thing. The log has this entry. > (list "-unknown-DejaVu Sans Mono-*-iso10646-1" > []) So, Emacs couldn't find a font matching with: -unknown-DejaVu Sans Mono-*-iso10646-1 But, the log also has this entry. > (list "-unknown-DejaVu Sans Mono-*-normal-normal-*-m-0-iso10646-1" > ["-unknown-DejaVu Sans Mono-bold-normal-normal-*-m-0-iso10646-1" "-unknown-DejaVu Sans Mono-normal-normal-normal-*-m-0-iso10646-1"]) So, Emacs found: -unknown-DejaVu Sans Mono-bold-normal-normal-*-m-0-iso10646-1 even if it should match with the former font pattern. I tried various settings but I couldn't reproduce such a thing. Aren't there anyone else who has the same problem. To find out what's going on in your environment, I need more detailed logging info. So I'm going to improve the font-log facility. By the way, what is the result of: % fc-list 'Dejavu Sans Mono' file --- Kenichi Handa handa@ni.aist.go.jp