From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9140 Path: main.gmane.org!not-for-mail From: Wesley.Hardaker@sphys.unil.ch Newsgroups: gmane.emacs.gnus.general Subject: Re: Feature request: display group parameter Date: 09 Dec 1996 08:57:58 +0100 Organization: Universite de Lausanne, BSP Sender: whardake@iptsun2.unil.ch Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149209 16673 80.91.224.250 (20 Oct 2002 21:26:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:26:49 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id AAA11214 for ; Mon, 9 Dec 1996 00:23:58 -0800 Original-Received: from unilmta3.unil.ch (cisun29a.unil.ch [130.223.27.29]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 9 Dec 1996 08:59:54 +0100 Original-Received: from iptsun2.unil.ch by unilmta3.unil.ch with SMTP inbound; Mon, 9 Dec 1996 08:59:35 +0100 Original-Received: by iptsun2.unil.ch (5.x/Unil-3.1/) id AA29379; Mon, 9 Dec 1996 08:57:59 +0100 Original-To: ding@ifi.uio.no X-Face: #qW^}a%m*T^{A:Cp}$R\"38+d}41-Z}uU8,r%F#c#s:~Nzp0G9](s?,K49KJ]s"*7gvRgA SrAvQc4@/}L7Qc=w{)]ACO\R{LF@S{pXfojjjGg6c;q6{~C}CxC^^&~(F]`1W)%9j/iS/ IM",B1M.?{w8ckLTYD'`|kTr\i\cgY)P4 X-Url: http://www.ece.ucdavis.edu/~hardaker In-Reply-To: Lars Magne Ingebrigtsen's message of 06 Dec 1996 12:40:24 +0100 Original-Lines: 30 X-Mailer: Red Gnus v0.73/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9140 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9140 >>>>> "Lars" == Lars Magne Ingebrigtsen writes: Wes> ((gnus-summary-display-hook (progn (add-hook Wes> 'gnus-summary-display-hook 'limit-me-damn-it) Wes> gnus-summary-display-hook))) Lars> This will modify the global versin of the hook, so that's not Lars> good. Lars> ... (gnus-summary-display-hook (limit-me-damn-it)) ... Lars> would be ok if you have nothing else in that hook. Sigh... Maybe I'll actually look into implementing something like (display . (list of marks)) which would be the coolest. Or even better (display . (nil list of hidden marks))... This would be the best way to go and would be a useful new feature! For instance, people could do: (display . (unread *)) to have their display include cached articles if they wanted (I know... Why when you have !) Are we in a feature freeze? I'm done with a few other projects, so....... I have a few, uh, ideas... Wes