From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/70429 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.gnus.general Subject: How to propertize &user-date Date: Fri, 03 Sep 2010 23:52:35 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283550787 13006 80.91.229.12 (3 Sep 2010 21:53:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Sep 2010 21:53:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18804@lists.math.uh.edu Fri Sep 03 23:53:06 2010 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.69) (envelope-from ) id 1OreC2-0003Wo-BO for ding-account@gmane.org; Fri, 03 Sep 2010 23:53:06 +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 1OreBg-0001Jk-Pz; Fri, 03 Sep 2010 16:52:44 -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 1OreBe-0001JR-4K for ding@lists.math.uh.edu; Fri, 03 Sep 2010 16:52:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OreBc-0002Hd-75 for ding@lists.math.uh.edu; Fri, 03 Sep 2010 16:52:41 -0500 Original-Received: from mail-ew0-f44.google.com ([209.85.215.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OreBa-00012p-00 for ; Fri, 03 Sep 2010 23:52:38 +0200 Original-Received: by ewy22 with SMTP id 22so2035446ewy.17 for ; Fri, 03 Sep 2010 14:52:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:organization :date:message-id:user-agent:mime-version:content-type; bh=E3plXahTSF4qHinmIbTU02sfd9t4Bmw9NsPZoiyYDvc=; b=bgM+pgn6GVa8lEqIgi0B14XeLSuPolXLT8t8q+JymWjFdQ+xPMAQhvdYlgB3s4ZeA0 GVCFY5sGtvSvG7g9z8R+OTYV0F0Bz3gA0z7whDYgQkWhDu/WFWigg8rVCdjKyQllBsLE M4izFrW2vd48yPQUon1fm19/Fdx0NPiQ2uPzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:organization:date:message-id:user-agent :mime-version:content-type; b=E5aQidPmCfNBj5jQyIOMMGUkADeVwKf2ycqNR/3nc8567NQTcXZngId028hQqy5dw8 Cso9eyiTUwaUoeU55mMvQ2HWzeuYBU1aJ4+5/bDAYxovhqqBYIP+Xggc1KjZm0JozWKo VJ/YQOkQtY+XTpdUUoX7T4/Dkt4oc775w5uuw= Original-Received: by 10.216.22.5 with SMTP id s5mr918014wes.79.1283550758040; Fri, 03 Sep 2010 14:52:38 -0700 (PDT) Original-Received: from localhost ([85.183.18.158]) by mx.google.com with ESMTPS id o84sm1586220wej.13.2010.09.03.14.52.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Sep 2010 14:52:37 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:70429 Archived-At: Normally I can define gnus user defined format functions for things like gnus-summary-line-format and call propertize to apply my own faces to line sections. But how can I apply my own face to the &user-date output? I realise I could create my own user format function to display the date and propertize that but then I lose the functionality already available via gnus-user-date-format-alist. Thanks for any help.