Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Re: Feature request: display group parameter
Date: 06 Dec 1996 12:40:24 +0100	[thread overview]
Message-ID: <m2g21j6guv.fsf@proletcult.slip.ifi.uio.no> (raw)
In-Reply-To: Wesley.Hardaker@sphys.unil.ch's message of 06 Dec 1996 09:31:39 +0100

Wesley.Hardaker@sphys.unil.ch writes:

> 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


  parent reply	other threads:[~1996-12-06 11:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-12-04  7:58 Wesley.Hardaker
1996-12-04 11:47 ` James Albert Kanze
1996-12-04 12:07   ` Kai Grossjohann
1996-12-04 12:08     ` Kai Grossjohann
1996-12-04 13:51     ` James Albert Kanze
1996-12-04 17:15       ` Colin Rafferty
1996-12-05 19:16 ` Lars Magne Ingebrigtsen
1996-12-06  8:31   ` Wesley.Hardaker
1996-12-06  8:44     ` Per Abrahamsen
1996-12-06  9:47       ` Wesley.Hardaker
1996-12-06 11:40     ` Lars Magne Ingebrigtsen [this message]
1996-12-06 16:25       ` David Moore
1996-12-06 17:08         ` David S. Goldberg
1996-12-07 20:03           ` Lars Magne Ingebrigtsen
1996-12-09  7:57       ` Wesley.Hardaker
1996-12-11  0:23         ` Lars Magne Ingebrigtsen
1996-12-09  8:16       ` Wesley.Hardaker
1996-12-11  0:24         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2g21j6guv.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).