Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: Re: Where are `gnus-agent-group/summary-mode-hooks' run from?
Date: 16 Mar 1998 19:16:58 +0000	[thread overview]
Message-ID: <m33egitphx.fsf@lotusland.demon.co.uk> (raw)
In-Reply-To: Mike McEwan's message of "15 Mar 1998 23:33:11 +0000"


  I missed `gnus-agent-server-mode', I've now got:

(add-hook 'gnus-agent-mode-hook 
	  '(lambda ()
		  (if (boundp 'gnus-agent-group-mode)
		      (if gnus-agent-group-mode
			  (gnus-run-hooks 'gnus-agent-group-mode-hook)))
		  (if (boundp 'gnus-agent-summary-mode)
		      (if gnus-agent-summary-mode
			  (gnus-run-hooks 'gnus-agent-summary-mode-hook)))
		  (if (boundp 'gnus-agent-server-mode)
		      (if gnus-agent-server-mode
			  (gnus-run-hooks 'gnus-agent-server-mode-hook)))))

  Do I really need this?

-- 
Mike.


  reply	other threads:[~1998-03-16 19:16 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-15 23:33 Mike McEwan
1998-03-16 19:16 ` Mike McEwan [this message]
1998-03-19 13:12 ` 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=m33egitphx.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.uk \
    /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).