From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: (re)display problems after font backend merge Date: Tue, 27 May 2008 15:17:52 +0200 Message-ID: <87hccjj37j.fsf@escher.local.home> References: <87fxsjmmo2.fsf@escher.local.home> <87fxsiczun.fsf@escher.local.home> <482E4EB0.3070003@harpegolden.net> <87wslti040.fsf@escher.local.home> <482EE57C.8050009@harpegolden.net> <87ve1cn5dz.fsf@escher.local.home> <482FA2EE.7010900@harpegolden.net> <873aofscdz.fsf@escher.local.home> <87lk226ppg.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211894374 30859 80.91.229.12 (27 May 2008 13:19:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 May 2008 13:19:34 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 27 15:20:14 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 1K0z4y-0002Ta-37 for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 15:19:04 +0200 Original-Received: from localhost ([127.0.0.1]:33333 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0z4C-0004h2-Ap for ged-emacs-devel@m.gmane.org; Tue, 27 May 2008 09:18:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K0z47-0004fl-L9 for emacs-devel@gnu.org; Tue, 27 May 2008 09:18:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K0z45-0004d3-Au for emacs-devel@gnu.org; Tue, 27 May 2008 09:18:10 -0400 Original-Received: from [199.232.76.173] (port=43443 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K0z45-0004cn-59 for emacs-devel@gnu.org; Tue, 27 May 2008 09:18:09 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:52313 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K0z44-0007vi-W4 for emacs-devel@gnu.org; Tue, 27 May 2008 09:18:09 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K0z3w-0003Cb-0w for emacs-devel@gnu.org; Tue, 27 May 2008 13:18:00 +0000 Original-Received: from i5387d0e1.versanet.de ([83.135.208.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 May 2008 13:18:00 +0000 Original-Received: from Stephen.Berman by i5387d0e1.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 May 2008 13:18:00 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i5387d0e1.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) 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:97799 Archived-At: On Thu, 22 May 2008 22:36:43 +0200 Stephen Berman wrote: > Here is a screen shot of my current mode line and Gnus Summary buffer, > in GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of > 2008-05-22 on escher, after Handa-san's latest changes: > > > > > The (active) mode line face now displays Helvetica correctly. Note, > however, that in the inactive mode line face the characters are wider, > although mode-line-inactive does not override the width attribute of > variable-pitch (changing the width attribute to "narrow" still results > in a font family of "monotype-Impact"). In addition, the broken > underlining remains (the image shows the spacing with > x-use-underline-position-properties set to nil), also in the Gnus > Summary buffer. In the latter, the underlining to the right of the > vertical separator only appeared after moving the cursor over this > region; it disappears when the buffer does not have focus, or when the > mouse moves over it (it has a mouse-face overlay). Note also that the > non-ascii characters (the vertical line and the curves and arrows used > for threading) look much worse than after the previous update: thin, > misaligned, and leaving vertical gaps. With current CVS (actually, I think since Friday), all the display problems I reported with the mode line and the Gnus Summary buffer have been fixed (and the non-ascii characters look good again). Thanks! Steve Berman