From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hume Newsgroups: gmane.emacs.help Subject: gnus-user-format-function extract header Date: Thu, 01 May 2014 15:11:29 +0100 Organization: Linux Private Site Message-ID: <831twdoage.fsf@example.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1398953734 5087 80.91.229.3 (1 May 2014 14:15:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2014 14:15:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 01 16:15:27 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wfrln-00070c-8V for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2014 16:15:27 +0200 Original-Received: from localhost ([::1]:39836 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wfrlm-0003Dv-Kc for geh-help-gnu-emacs@m.gmane.org; Thu, 01 May 2014 10:15:26 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!usenetcore.com!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.eclipse.net.uk!news.eclipse.net.uk.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 01 May 2014 09:11:29 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:PPnOeAFNqGZMT53lGwTMEE9y4wg= Original-Lines: 7 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 81.168.48.70 Original-X-Trace: sv3-Sw17Ia1eRiQomFAFT+p77rMt7KUV6I0rhLkSKJjXNC+QeGj7Wc6cjOHygUvPIeq6XKKT1wdt2l5DN+3!tkNzoMwWLw3C6GoWC4Epik93ngYYbLIOyZJr8u0ms5+6sQpx0XG/NsadSACkfvpyiNk= X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1405 Original-Xref: usenet.stanford.edu gnu.emacs.help:205246 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97513 Archived-At: I have defined a function gnus-user-format-function-Q which is called when the group summary is displayed, because I have placed %uQ in the group-summary-line-format variable. This function appears to get passed a sequence. What I would like is to get the headers of the current article being listed into this function. Is that possible? I.e. I would like to display on the summary line some information from the article headers.