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: Font Problem with 23.0.92.1 - wrong font used Date: Fri, 10 Apr 2009 21:44:09 +0900 Message-ID: References: <20090407022803.GB5160@metasyntax.net> <20090407084801.GC5160@metasyntax.net> <20090408050247.GD5160@metasyntax.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239368153 26299 80.91.229.12 (10 Apr 2009 12:55:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 12:55:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Taylor Venable Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 10 14:57:10 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 1LsGHv-0006f6-3G for ged-emacs-devel@m.gmane.org; Fri, 10 Apr 2009 14:56:55 +0200 Original-Received: from localhost ([127.0.0.1]:57567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsGGW-0000Ed-C4 for ged-emacs-devel@m.gmane.org; Fri, 10 Apr 2009 08:55:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LsG5l-00030E-Mp for emacs-devel@gnu.org; Fri, 10 Apr 2009 08:44:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LsG5g-0002uC-5X for emacs-devel@gnu.org; Fri, 10 Apr 2009 08:44:20 -0400 Original-Received: from [199.232.76.173] (port=43118 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsG5f-0002tt-VP for emacs-devel@gnu.org; Fri, 10 Apr 2009 08:44:16 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:54549) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LsG5c-0007EK-OR for emacs-devel@gnu.org; Fri, 10 Apr 2009 08:44:13 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n3ACi83d014690; Fri, 10 Apr 2009 21:44:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n3ACi8VB002593; Fri, 10 Apr 2009 21:44:08 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n3ACi5ZN014037; Fri, 10 Apr 2009 21:44:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LsG5Z-0003Hv-MJ; Fri, 10 Apr 2009 21:44:09 +0900 In-reply-to: <20090408050247.GD5160@metasyntax.net> (message from Taylor Venable on Wed, 8 Apr 2009 01:02:47 -0400) X-detected-operating-system: 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:110182 Archived-At: In article <20090408050247.GD5160@metasyntax.net>, Taylor Venable writes: > > % fc-list fixed:foundry=misc > Fixed:style=Bold > Fixed:style=Bold SemiCondensed > Fixed:style=SemiCondensed > Fixed:style=Oblique SemiCondensed > Fixed:style=Oblique > Fixed:style=ko > Fixed:style=ja Ah! I think I found what is the problem. Perhaps the problem is these fonts: /usr/share/fonts/X11/misc/12x13ja.pcf.gz /usr/share/fonts/X11/misc/18x18ja.pcf.gz Don't you have them? I'm now working on how to distinguish them from the other -misc-fixed-*-iso10646-1 fonts in ftfont.c. --- Kenichi Handa handa@m17n.org