From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82219 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Summary line format and gnus-face-X Date: Wed, 05 Sep 2012 08:38:44 +0200 Message-ID: <87pq612cuj.fsf@thinkpad.tsdh.de> References: <87d3393iud.fsf@thinkpad.tsdh.de> <87mx15ifog.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346827210 22605 80.91.229.3 (5 Sep 2012 06:40:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 06:40:10 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M30487@lists.math.uh.edu Wed Sep 05 08:40:12 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 1T99HY-0000kM-4Y for ding-account@gmane.org; Wed, 05 Sep 2012 08:40:12 +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 1T99GU-0006jJ-OV; Wed, 05 Sep 2012 01:39:06 -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 1T99GQ-0006j6-KY for ding@lists.math.uh.edu; Wed, 05 Sep 2012 01:39:02 -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 1T99GL-0000tE-In for ding@lists.math.uh.edu; Wed, 05 Sep 2012 01:39:02 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T99GJ-0002mz-U3; Wed, 05 Sep 2012 08:38:55 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B26C9D256E; Wed, 5 Sep 2012 08:38:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P-c5KVKR6JgA; Wed, 5 Sep 2012 08:38:50 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 99123D256C; Wed, 5 Sep 2012 08:38:50 +0200 (CEST) In-Reply-To: <87mx15ifog.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 05 Sep 2012 00:30:55 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82219 Archived-At: Lars Ingebrigtsen writes: >> Now my problem is that I used that approach to print subjects in >> summary buffers using a proportional font. Works great, except that >> this format spec overrides the usual gnus summary fontification that >> would fontify according to readness and score. That only seems to >> apply to summary elements not enclosed by %{...%} specs. > > Do you get no colourisation and stuff based on readedness if you use > %{...%}? If I use %{%s%}, I get bold subjects which are not colorized based on readedness/score. Seems %{...%} is a shorthand for %0{...%} which is gnus-face-0 which is bold (and only bold!) by default. I think, I want both: faces that are not colorized by gnus for defining my tabular summary layout, e.g., for column separators |, and faces that I can adjust to my likings (e.g., use a proportional font for the subject) and still get the colorization, boldification, italicification indicating the readedness and score. Bye, Tassilo