From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39886 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Display something besides Subject line on request Date: Fri, 02 Nov 2001 23:40:16 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175525 30336 80.91.224.250 (21 Oct 2002 04:45:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:45:25 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 14563 invoked from network); 2 Nov 2001 22:42:14 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 2 Nov 2001 22:42:14 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15zn00-0000AO-00; Fri, 02 Nov 2001 16:41:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 02 Nov 2001 16:40:56 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id QAA29250 for ; Fri, 2 Nov 2001 16:40:43 -0600 (CST) Original-Received: (qmail 14531 invoked by alias); 2 Nov 2001 22:40:52 -0000 Original-Received: (qmail 14526 invoked from network); 2 Nov 2001 22:40:52 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 2 Nov 2001 22:40:52 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id fA2MeMk08288; Fri, 2 Nov 2001 23:40:22 +0100 (MET) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id XAA01142; Fri, 2 Nov 2001 23:40:17 +0100 (MET) Original-Received: by lucy.cs.uni-dortmund.de (Postfix, from userid 6104) id B43DF201A; Fri, 2 Nov 2001 23:40:16 +0100 (CET) Original-To: Harry Putnam In-Reply-To: (Harry Putnam's message of "Fri, 02 Nov 2001 11:07:56 -0800") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:39886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39886 Harry Putnam writes: > At this point I want that limited buffer to display the Keywords > header instead of the Subject header. Whee. Maybe it's easiest to make a %k entry in gnus-summary-line-format-alist which shows the Keywords header, and then you write a little function which limits, changes gnus-summary-line-format to include %k instead of %f, and then a similar function which pops the limit and sets gnus-summary-line-format back. Ick. Is there a way to find out if the current summary is limited and what that limit is? Then Harry could write a function which does like %f unless the current summary buffer is limited based on Keywords. Harry, do you know that you can use `/ x' to limit based on extra headers? You could add Keywords to gnus-extra-headers and nnmail-extra-headers. Then you don't need the `& Keywords ...' thing. kai -- Lisp is kinda like tpircstsoP