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: Default font has size 12pixels when requested 13pixels Date: Tue, 19 Feb 2008 21:48:14 +0900 Message-ID: References: <47BA9F0C.2000808@gnu.org> 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 1203425373 5118 80.91.229.12 (19 Feb 2008 12:49:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 12:49:33 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 13:49:56 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 1JRRuu-0000ai-5m for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 13:49:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRRuP-0006N1-HN for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 07:49:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRRta-00063x-S3 for emacs-devel@gnu.org; Tue, 19 Feb 2008 07:48:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRRta-00063Y-0T for emacs-devel@gnu.org; Tue, 19 Feb 2008 07:48:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRRtZ-00063S-TG for emacs-devel@gnu.org; Tue, 19 Feb 2008 07:48:25 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRRtV-0006y5-1x; Tue, 19 Feb 2008 07:48:21 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m1JCmI72005601; Tue, 19 Feb 2008 21:48:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m1JCmIj0005857; Tue, 19 Feb 2008 21:48:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id m1JCmERw016908; Tue, 19 Feb 2008 21:48:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JRRtO-0000cX-N6; Tue, 19 Feb 2008 21:48:14 +0900 In-reply-to: <47BA9F0C.2000808@gnu.org> (message from Jason Rumney on Tue, 19 Feb 2008 09:19:08 +0000) 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 8 (1) 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:89568 Archived-At: In article <47BA9F0C.2000808@gnu.org>, Jason Rumney writes: > Kenichi Handa wrote: >>> Jason Rumney wrote: >>> >>>> This sounds similar to the problem I was having a couple of weeks back, >>>> > > Are these problems fixed too? > > > The bug on Windows is fixed, though I'm not sure that the fix of > encoding the size into font->full_name is the best one, since the font > is already open - why do we need to convert it to a string > representation and reopen it? I don't remember well but there's a place that expect a fontname string in the case of --diable-font-backend. I think we can get rid of this inefficency when font-backend is forced (and the legacy font-handling codes are deleted). --- Kenichi Handa handa@ni.aist.go.jp