From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9122 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Feature request: display group parameter Date: 06 Dec 1996 12:40:24 +0100 Sender: larsi@proletcult.slip.ifi.uio.no Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035149194 16584 80.91.224.250 (20 Oct 2002 21:26:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:26:34 +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 FAA28301 for ; Fri, 6 Dec 1996 05:45:07 -0800 Original-Received: from proletcult.slip.ifi.uio.no (root@ppp17.larris.ifi.uio.no [129.240.68.117]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Fri, 6 Dec 1996 14:22:12 +0100 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id MAA18774; Fri, 6 Dec 1996 12:40:29 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Wesley.Hardaker@sphys.unil.ch's message of 06 Dec 1996 09:31:39 +0100 Original-Lines: 27 X-Mailer: Red Gnus v0.74/XEmacs 19.14 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ Lars> You could limit the summaries to articles that don't have the > Lars> "E" mark in some summary hook? > > So, how would you go about this in the group params: > > ((dummy (progn (make-buffer-local gnus-summary-display-hook) > (add-hook 'gnus-summary-display-hook 'limit-me-damn-it)))) > > Or is there a better way... Possibly: > > ((gnus-summary-display-hook (progn > (add-hook 'gnus-summary-display-hook 'limit-me-damn-it) > gnus-summary-display-hook))) This will modify the global versin of the hook, so that's not good. ... (gnus-summary-display-hook (limit-me-damn-it)) ... would be ok if you have nothing else in that hook. -- (domestic pets only, the antidote for overdose, milk.) larsi@ifi.uio.no * Lars Ingebrigtsen