From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82270 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: Thu, 06 Sep 2012 16:58:56 +0200 Message-ID: <85obljtcy7.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346943577 27768 80.91.229.3 (6 Sep 2012 14:59:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Sep 2012 14:59:37 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M30537@lists.math.uh.edu Thu Sep 06 16:59:39 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 1T9dYR-0002iu-0E for ding-account@gmane.org; Thu, 06 Sep 2012 16:59:39 +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 1T9dXy-0008Ga-6k; Thu, 06 Sep 2012 09:59:10 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1T9dXx-0008GR-90 for ding@lists.math.uh.edu; Thu, 06 Sep 2012 09:59:09 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1T9dXs-0005eE-8T for ding@lists.math.uh.edu; Thu, 06 Sep 2012 09:59:08 -0500 Original-Received: from mx02.lb01.inode.at ([62.99.145.2] helo=mx.inode.at) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1T9dXq-0005zT-Hf; Thu, 06 Sep 2012 16:59:02 +0200 Original-Received: from [91.119.101.188] (port=15206 helo=iznogoud.viz) by smartmx-02.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1T9dXl-000234-9Q; Thu, 06 Sep 2012 16:58:57 +0200 Original-Received: from wolfgang by iznogoud.viz with local (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T9dXk-00016y-3g; Thu, 06 Sep 2012 16:58:56 +0200 Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (berkeley-unix) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82270 Archived-At: On Thu, Sep 06 2012, Lars Ingebrigtsen wrote: > Wolfgang Jenkner writes: > >> How is this not an Emacs-level thing? It is documented, it works and >> some packages like ansi-color have been using this for years now. > > Oh, I had no idea. So you can just put a list of faces instead of a > single one, and Emacs will do the right thing? Yes. See (info "(elisp)Special Properties"). > What's the "proof of concept"-ness about the function? Well, I loaded the code (after starting gnus), tested it for 10 minutes or so and sent the mail... Wolfgang