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: (re)display problems after font backend merge Date: Fri, 16 May 2008 09:57:42 +0900 Message-ID: References: <87fxsjmmo2.fsf@escher.local.home> 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 1210899497 17815 80.91.229.12 (16 May 2008 00:58:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2008 00:58:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 16 02:58:53 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 1JwoHc-0002s4-CO for ged-emacs-devel@m.gmane.org; Fri, 16 May 2008 02:58:52 +0200 Original-Received: from localhost ([127.0.0.1]:54926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwoGt-00032y-4z for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 20:58:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwoGo-00030f-RO for emacs-devel@gnu.org; Thu, 15 May 2008 20:58:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwoGm-0002wd-8K for emacs-devel@gnu.org; Thu, 15 May 2008 20:58:01 -0400 Original-Received: from [199.232.76.173] (port=56528 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwoGm-0002wa-2h for emacs-devel@gnu.org; Thu, 15 May 2008 20:58:00 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:65093) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwoGl-0000uZ-AM for emacs-devel@gnu.org; Thu, 15 May 2008 20:57:59 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m4G0vmx9023641; Fri, 16 May 2008 09:57:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m4G0vl4D028541; Fri, 16 May 2008 09:57:47 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m4G0vgmR024720; Fri, 16 May 2008 09:57:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1JwoGU-0003CK-QW; Fri, 16 May 2008 09:57:42 +0900 In-reply-to: <87fxsjmmo2.fsf@escher.local.home> (message from Stephen Berman on Thu, 15 May 2008 20:45:17 +0200) 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:97232 Archived-At: In article <87fxsjmmo2.fsf@escher.local.home>, Stephen Berman writes: > Since Kenichi Handa's font backend merge yesterday I see different, and > at least partly buggy, display and redisplay effects. This shows up > clearly in some of my customizations, in particular of the mode line and > the Gnus Summary buffer. The following screen shots show the > differences; the top image is post-merge, the bottom pre-merge: > [2 Post-merge display ] > [3 Pre-merge display ] > [4 ] > Here is a description of the differences I see: > - In the post-merge image, the underlining I use in the mode line is > broken, as is the underlining of the current article in the Gnus Summary > buffer, and the latter underlining touches the bottom of the characters > in the post-merge image, while there is a (IMO more pleasing) space in > the pre-merge display. Please show me how you customize Gnus, and exactly which font is used in the Gnus summary buffer by C-u C-x =. > - The fringe arrow in the Summary buffer is redisplayed in the mode > line. This is very strange. The font-backend merge should not touch fringe displaying. > - The character size in the mode line is larger in the post-merge image > than in the pre-merge image (in both it is font family Helvetica). > - The appearance of the non-ascii characters I use for threading and > separation in the Summary buffer differs; in particular, the separator > forms a broken vertical line in the post-merge buffer, while it is a > continuous vertical line in the pre-merge buffer (except for the line > containing the Indic characters, which is also misaligned in both > images). Please do C-u C-x = on that vertical line to see which font is used in both version. --- Kenichi Handa handa@ni.aist.go.jp