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: new font backend: still has problems with -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1 Date: Fri, 23 May 2008 11:34:03 +0900 Message-ID: References: <86abimp3ad.fsf@lifelogs.com> 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 1211510073 2093 80.91.229.12 (23 May 2008 02:34:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 May 2008 02:34:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 23 04:35:10 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 1JzN7d-0001Vk-TQ for ged-emacs-devel@m.gmane.org; Fri, 23 May 2008 04:35:10 +0200 Original-Received: from localhost ([127.0.0.1]:58210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzN6t-00022i-F9 for ged-emacs-devel@m.gmane.org; Thu, 22 May 2008 22:34:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JzN6o-00021u-8P for emacs-devel@gnu.org; Thu, 22 May 2008 22:34:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JzN6l-0001y9-Q8 for emacs-devel@gnu.org; Thu, 22 May 2008 22:34:16 -0400 Original-Received: from [199.232.76.173] (port=45684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JzN6l-0001y0-Mh for emacs-devel@gnu.org; Thu, 22 May 2008 22:34:15 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62353) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JzN6l-0003N7-B0 for emacs-devel@gnu.org; Thu, 22 May 2008 22:34:15 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m4N2YBpf019991; Fri, 23 May 2008 11:34:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m4N2YCKW025688; Fri, 23 May 2008 11:34:12 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m4N2Y3hr025029; Fri, 23 May 2008 11:34:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JzN6Z-0005R2-ES; Fri, 23 May 2008 11:34:03 +0900 In-reply-to: <86abimp3ad.fsf@lifelogs.com> (message from Ted Zlatanov on Mon, 19 May 2008 13:16:58 -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 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:97551 Archived-At: In article <86abimp3ad.fsf@lifelogs.com>, Ted Zlatanov writes: > I started Emacs like this: > emacs -fn -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1 > The result screenshot will demonstrate the problem, which is that > -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO10646-1 is said to be > used but the visuals are inconsistent in height and other font > properties. Compare the '#include' to 'stdexcept' or look anywhere in > the screenshot to see other examples of inconsistent properties. I can't reproced it. Do you still see the same problem with the latest code? If so, please show me the result of this: % EMACS_FONT_LOG=1 emacs -fn -misc-fixed-... C-x C-f FILE (that contains "#include ") RET M-x font-show-log RET --- Kenichi Handa handa@ni.aist.go.jp