From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82291 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.gnus.general Subject: Re: Summary line format and gnus-face-X Date: Sun, 09 Sep 2012 15:13:08 +0200 Message-ID: <85oblf49wb.fsf@iznogoud.viz> References: <87d3393iud.fsf@thinkpad.tsdh.de> <87mx15ifog.fsf@gnus.org> <87pq612cuj.fsf@thinkpad.tsdh.de> <87sjawd3ak.fsf@gnus.org> <87r4qg1qmr.fsf@thinkpad.tsdh.de> <87d320783z.fsf@gnus.org> <85ipbruvaz.fsf@iznogoud.viz> <87ehmfi7ff.fsf@gnus.org> <85ehmfut5m.fsf@iznogoud.viz> <87y5kngqz0.fsf@gnus.org> <87harbj9wu.fsf@thinkpad.tsdh.de> <87392vngvl.fsf@gnus.org> <85vcfphjs3.fsf@iznogoud.viz> <85zk50x35e.fsf@iznogoud.viz> <851uicn2l9.fsf@iznogoud.viz> <87d31w668i.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1347196424 22679 80.91.229.3 (9 Sep 2012 13:13:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Sep 2012 13:13:44 +0000 (UTC) Cc: ding@gnus.org To: Tassilo Horn Original-X-From: ding-owner+M30558@lists.math.uh.edu Sun Sep 09 15:13:46 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TAhKc-0006GJ-98 for ding-account@gmane.org; Sun, 09 Sep 2012 15:13:46 +0200 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 1TAhKG-00005D-1V; Sun, 09 Sep 2012 08:13:24 -0500 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 1TAhKD-00004w-9O for ding@lists.math.uh.edu; Sun, 09 Sep 2012 08:13:21 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TAhKB-0007g8-CU for ding@lists.math.uh.edu; Sun, 09 Sep 2012 08:13:20 -0500 Original-Received: from mx12.lb01.inode.at ([62.99.145.14] helo=mx.inode.at) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TAhK9-0001Mo-2z for ding@gnus.org; Sun, 09 Sep 2012 15:13:17 +0200 Original-Received: from [91.119.101.188] (port=15663 helo=iznogoud.viz) by smartmx-12.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1TAhK3-0007ug-Fm; Sun, 09 Sep 2012 15:13:11 +0200 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TAhK1-0000mR-88; Sun, 09 Sep 2012 15:13:09 +0200 Mail-Followup-To: Tassilo Horn , ding@gnus.org In-Reply-To: <87d31w668i.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Sat, 08 Sep 2012 14:37:01 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (berkeley-unix) X-Spam-Score: -2.3 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82291 Archived-At: On Sat, Sep 08 2012, Tassilo Horn wrote: > Wolfgang Jenkner writes: > >> I think the following redefinition is a minimally invasive change that >> could work. Tassilo, could you try this out with the current gnus git >> HEAD? > > Did so, and now > > (setq gnus-face-3 'th-shadow-proportinal > gnus-face-4 'default > gnus-face-5 'variable-pitch > gnus-summary-line-format > "%U%R%4{=E2=94=83%}%2us%4{=E2=94=83%}%(%-23,23f%)%4{=E2=94=83 %*%B%= } %5{%s%} %3{<%&user-date;>%}\n") > > gives my variable-pitch subjects that are also fontified according to > readedness/score. Perfect! Thanks for testing. I'm playing with one or two small modifications (without changing the overall behaviour) and will then submit a patch. Then, we've to wait for the feature being included by popular demand :-) Wolfgang