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: Tue, 07 Apr 2009 15:28:04 +0900 Message-ID: References: <20090407022803.GB5160@metasyntax.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239085647 560 80.91.229.12 (7 Apr 2009 06:27:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2009 06:27:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: Taylor Venable Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 08:28:45 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 1Lr4na-0002D1-8f for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 08:28:42 +0200 Original-Received: from localhost ([127.0.0.1]:47956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr4mB-0002PY-WF for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2009 02:27:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lr4m7-0002PT-Fr for emacs-devel@gnu.org; Tue, 07 Apr 2009 02:27:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lr4m2-0002PH-2o for emacs-devel@gnu.org; Tue, 07 Apr 2009 02:27:10 -0400 Original-Received: from [199.232.76.173] (port=58241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lr4m1-0002PE-SU for emacs-devel@gnu.org; Tue, 07 Apr 2009 02:27:05 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:45770) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lr4m1-00064L-6s for emacs-devel@gnu.org; Tue, 07 Apr 2009 02:27:05 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id n376R3R7000136; Tue, 7 Apr 2009 15:27:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id n376R3mP002828; Tue, 7 Apr 2009 15:27:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id n376R3H8022308; Tue, 7 Apr 2009 15:27:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1Lr4my-0007RS-D3; Tue, 07 Apr 2009 15:28:04 +0900 In-reply-to: <20090407022803.GB5160@metasyntax.net> (message from Taylor Venable on Mon, 6 Apr 2009 22:28:04 -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:110113 Archived-At: In article <20090407022803.GB5160@metasyntax.net>, Taylor Venable writes: > I just noticed when I built a fresh CVS checkout today that some of my > fonts are not being displayed correctly. My previous build was from > mid-February and they were correct then. Namely, I'm trying to use > -misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1 and rather > than that font I'm seeing something very wide (looks like an English > text rendered in an Asian font to me). However, if I do a M-x > customize-face default and then simply select "Set for current > session" then the font that I want suddenly appears! So it seems > perhaps that the font as set from my .emacs file isn't used correctly. I can't reproduce it. > My .emacs file looks like this: > (defvar taylor-misc-fixed-large "-misc-fixed-medium-r-normal--13-120-75-75-c-70-iso10646-1" > "Miscellaneous fixed Unicode font - larger version.") > (defvar taylor-use-x-font-p t > "Use a regular X font (as opposed to Xft font) when true.") > (setq default-frame-alist `((width . 80) (height . 40) > (font-backend . "xft, x") > ,(if taylor-use-x-font-p > `(font . ,taylor-x-font)))) Here, what is the value of taylor-x-font? What I tried is setting it to taylor-misc-fixed-large. What is shown by C-u C-x = on a character shown by the wrong font? --- Kenichi Handa handa@m17n.org