From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66397 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general,gmane.emacs.devel Subject: Re: Gnus problem with nil font in face definition Date: Thu, 28 Feb 2008 15:53:19 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86ir08hho0.fsf@lifelogs.com> References: <86fxvdvwkb.fsf@jumptrading.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204235536 17965 80.91.229.12 (28 Feb 2008 21:52:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 21:52:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: ding-owner+M14888@lists.math.uh.edu Thu Feb 28 22:52:42 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUqgD-0002rM-Qz for ding-account@gmane.org; Thu, 28 Feb 2008 22:52:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JUqfE-0002HY-U7; Thu, 28 Feb 2008 15:51:40 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JUqfD-0002HI-4M for ding@lists.math.uh.edu; Thu, 28 Feb 2008 15:51:39 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JUqf7-0000rO-GD for ding@lists.math.uh.edu; Thu, 28 Feb 2008 15:51:39 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JUqfC-0002p1-00 for ; Thu, 28 Feb 2008 22:51:38 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JUqf1-0005JL-H3 for ding@gnus.org; Thu, 28 Feb 2008 21:51:27 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 21:51:27 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Feb 2008 21:51:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.devel Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:U5ZkslywO6nQHV0bjrs5X0MiI+k= X-Spam-Score: -1.8 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66397 gmane.emacs.devel:90784 Archived-At: On Thu, 28 Feb 2008 21:23:18 +0100 Reiner Steib wrote: RS> On Thu, Feb 28 2008, Ted Zlatanov wrote: >> It seems that the cause is faces that have the font set to nil, instead >> of unspecified. I don't know if this is a Gnus-only problem, and it may >> be caused by an Emacs problem, so I am cc-ing both emacs-devel and ding. RS> I'm quite sure that nothing in Gnus/Message has changed in this area, RS> so it is probably related to the unicode merge (new font back end?) RS> For those not using Gnus, a test case might be: RS> - emacs -Q -fn '-misc-fixed-medium-r-normal--20-200-75-75-c-100-iso10646-1' RS> - Type: RS> To: foo@bar.invalid RS> - M-x message-mode RET I tested this and it also shows the wrong font, so it's definitely not a Gnus issue. When I tested this earlier I looked at a cperl-mode buffer and it didn't look like it was using the proportional font. I checked again now and I had simply not scrolled down enough to see a face that was affected by this bug. Ted