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


So I just tried this randomly:

(dummy
 (progn
   (make-local-hook 'gnus-summary-prepare-hook)
   (add-hook 'gnus-summary-prepare-hook '(lambda nil
		    (gnus-summary-limit-exclude-marks "E"))))))

Which didn't work...  First off, I think make-local-hook also needs a
call to make-local-variable as well, but I'm not positive...

Anyway, the worse problem is that as far as I can figure this is the
right hook to use, as the others are too early in the summary
generation process and gnus-summary-limit-exclude-marks is expected to
be run after the generation, not before...

What happens is that gnus-summary-limit-exclude-marks gets run and
then the summary buffer gets re-generated and
gnus-summary-prepare-hook gets run once again!  (ie, inf loop).

Wheee...

Wes


  parent reply	other threads:[~1996-12-09  8:16 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
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 [this message]
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=qk2hglw169x.fsf@iptsun2.unil.ch \
    --to=wesley.hardaker@sphys.unil.ch \
    /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).