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, 14 Apr 2009 10:07:04 +0900 Message-ID: References: <20090407022803.GB5160@metasyntax.net> <20090407084801.GC5160@metasyntax.net> <20090408050247.GD5160@metasyntax.net> <20090410213806.GH5160@metasyntax.net> <20090413173850.GA30710@metasyntax.net> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1239671237 19560 80.91.229.12 (14 Apr 2009 01:07:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Apr 2009 01:07:17 +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 14 03:08:36 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 1LtX8e-0006C7-22 for ged-emacs-devel@m.gmane.org; Tue, 14 Apr 2009 03:08:36 +0200 Original-Received: from localhost ([127.0.0.1]:57763 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtX7F-0004hf-7Y for ged-emacs-devel@m.gmane.org; Mon, 13 Apr 2009 21:07:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtX7A-0004gh-LI for emacs-devel@gnu.org; Mon, 13 Apr 2009 21:07:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtX75-0004dE-Cc for emacs-devel@gnu.org; Mon, 13 Apr 2009 21:07:03 -0400 Original-Received: from [199.232.76.173] (port=54171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtX75-0004dB-8r for emacs-devel@gnu.org; Mon, 13 Apr 2009 21:06:59 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:46710) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LtX74-0004Al-HJ for emacs-devel@gnu.org; Mon, 13 Apr 2009 21:06:59 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n3E16tJj023139; Tue, 14 Apr 2009 10:06:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n3E16t9Y017895; Tue, 14 Apr 2009 10:06:55 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n3E16scg018405; Tue, 14 Apr 2009 10:06:54 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LtX7A-0004lN-0B; Tue, 14 Apr 2009 10:07:04 +0900 In-reply-to: <20090413173850.GA30710@metasyntax.net> (message from Taylor Venable on Mon, 13 Apr 2009 13:38:50 -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:110252 Archived-At: In article <20090413173850.GA30710@metasyntax.net>, Taylor Venable writes: > It looks a lot better now. Without the ja font, from a preliminary > look everything seems to be good. (See attached screenshot named > emacs-no-ja-font.png) However, with the ja font in the font path > things are still a little off; bold faces are the wrong width (80 > rather than the requested 70) and some other faces (like tooltip and > inactive mode line) use the "semicondensed" variant rather than the > "normal" variant. The default face is now correct though. See > attached screenshot named emacs-with-ja-font.png in the highlighted > areas for the things that are still not quite right. Ummm, weird. Please define this function: (defun font-file-at () (interactive) (message "%s" (aref (query-font (font-at (point))) 1))) and run it while putting cursor on "abc..." of `default', `mode-line-inactive', and `tooltip' lines in *Faces* buffer that is shown by M-x list-faces-display RET. --- Kenichi Handa handa@m17n.org