From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Default font has size 12pixels when requested 13pixels Date: Tue, 19 Feb 2008 09:19:08 +0000 Message-ID: <47BA9F0C.2000808@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203412776 27050 80.91.229.12 (19 Feb 2008 09:19:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 09:19:36 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 10:20:00 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 1JROdk-0000AZ-Ts for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 10:19:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JROdG-0004f1-0U for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 04:19:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JROd9-0004b4-UI for emacs-devel@gnu.org; Tue, 19 Feb 2008 04:19:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JROd7-0004Yc-7u for emacs-devel@gnu.org; Tue, 19 Feb 2008 04:19:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JROd7-0004YU-1z for emacs-devel@gnu.org; Tue, 19 Feb 2008 04:19:13 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JROd6-0003iu-80 for emacs-devel@gnu.org; Tue, 19 Feb 2008 04:19:12 -0500 Original-X-Trace: 43673248/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FANMtukdTQxds/2dsb2JhbAAIjDGhRA X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Feb 2008 09:19:10 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:89552 Archived-At: 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?