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, 17 Apr 2009 13:09:47 +0900 Message-ID: References: <20090408050247.GD5160@metasyntax.net> <20090410213806.GH5160@metasyntax.net> <20090413173850.GA30710@metasyntax.net> <20090414031419.GF6280@metasyntax.net> <20090414115004.GH6280@metasyntax.net> <20090417024824.GA19189@metasyntax.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239941395 11459 80.91.229.12 (17 Apr 2009 04:09:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Apr 2009 04:09:55 +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 17 06:11:15 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 1LufQ2-0004do-Nd for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 06:11:15 +0200 Original-Received: from localhost ([127.0.0.1]:54179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LufOd-0001vJ-Ea for ged-emacs-devel@m.gmane.org; Fri, 17 Apr 2009 00:09:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LufOY-0001uT-UQ for emacs-devel@gnu.org; Fri, 17 Apr 2009 00:09:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LufOU-0001s6-0K for emacs-devel@gnu.org; Fri, 17 Apr 2009 00:09:42 -0400 Original-Received: from [199.232.76.173] (port=47444 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LufOT-0001rz-PM for emacs-devel@gnu.org; Fri, 17 Apr 2009 00:09:37 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:60258) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LufOT-0004Sy-3b for emacs-devel@gnu.org; Fri, 17 Apr 2009 00:09:37 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n3H49XLs012829; Fri, 17 Apr 2009 13:09:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n3H49XDQ013760; Fri, 17 Apr 2009 13:09:33 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id n3H49W4P022478; Fri, 17 Apr 2009 13:09:32 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LufOd-000702-O5; Fri, 17 Apr 2009 13:09:47 +0900 In-reply-to: <20090417024824.GA19189@metasyntax.net> (message from Taylor Venable on Thu, 16 Apr 2009 22:48:24 -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:110321 Archived-At: In article <20090417024824.GA19189@metasyntax.net>, Taylor Venable writes: > On Thu, Apr 16, 2009 at 10:43:01AM +0900, Kenichi Handa wrote: > > I've just installed several fixes. Could you try again? > > > > Note that now xft backend can distinguish average-width font > > property for BDF/PFC fonts. So you should be able to see > > the different font with these settings. > I updated from CVS about ten hours ago and all indications are that > this has worked. I can now see the PCF font exactly as I expect with > or without the Japanese font present. Thank you for testing. > Thanks very much! The XFT support is great and beautiful but > sometimes the speed in rendering of the plain old X fonts is best. I too prefer well-designed X bitmap fonts. So, I put `x' font-backend higher priority as this: (setq default-frame-alist `((font-backend . "x, xft"))) Then if the same font is provided both by X and XFT, Emacs selects the X font. --- Kenichi Handa handa@m17n.org