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 17:04:35 +0900 Message-ID: References: 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 1203408339 12998 80.91.229.12 (19 Feb 2008 08:05:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2008 08:05:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 19 09:06:03 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 1JRNTq-0003Wz-AF for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 09:05:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRNTL-0004ll-M6 for ged-emacs-devel@m.gmane.org; Tue, 19 Feb 2008 03:05:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRNTF-0004jy-Jw for emacs-devel@gnu.org; Tue, 19 Feb 2008 03:04:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRNTC-0004jm-Uz for emacs-devel@gnu.org; Tue, 19 Feb 2008 03:04:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRNTC-0004jj-N0 for emacs-devel@gnu.org; Tue, 19 Feb 2008 03:04:54 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JRNTC-0001rZ-2h for emacs-devel@gnu.org; Tue, 19 Feb 2008 03:04:54 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRNTA-0001X8-Q4 for emacs-devel@gnu.org; Tue, 19 Feb 2008 03:04:53 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m1J84giR028030; Tue, 19 Feb 2008 17:04:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m1J84gxj006203; Tue, 19 Feb 2008 17:04:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m1J84ZDi010784; Tue, 19 Feb 2008 17:04:35 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JRNSt-0004OC-8C; Tue, 19 Feb 2008 17:04:35 +0900 In-reply-to: (message from Stefan Monnier on Mon, 18 Feb 2008 13:30:28 -0500) 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 mx20.gnu.org: Solaris 8 (1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:89547 Archived-At: In article , Stefan Monnier writes: > > My default font is specified via X resources: > > Emacs.font: -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-* > > yet with the new font-backend, I get the 12-pixel version of that font > > (which happens to be a *lot* smaller). > I believe I've tracked it down to a thinko/typo fixed by the patch below, Thank you for fixing my silly bug! Glenn Morris writes: > Jason Rumney wrote: > > Stefan Monnier wrote: >>> My default font is specified via X resources: >>> >>> Emacs.font: -misc-fixed-medium-r-semicondensed--13-*-*-*-*-*-*-* >>> >>> yet with the new font-backend, I get the 12-pixel version of that font >>> (which happens to be a *lot* smaller). > [...] > > This sounds similar to the problem I was having a couple of weeks back, > It also sounds like my problem: > http://lists.gnu.org/archive/html/emacs-devel/2008-02/msg00314.html > which still occurs, with or without font-backend. I seem to be getting > the right font, but also always in size 12. Are these problems fixed too? --- Kenichi Handa handa@ni.aist.go.jp