Robert Nicholson:
> In particular... when using his nntp.el gnus-Article-mode-hook is
> defined because gnus-article-prepare-hook is _not_ seen to be bound to
> anything. Why?

because I was being over-eager when I wrote that code :).

My latest working version has this fixed.  ($Id: nntp.el,v 1.34 ...$)

There was a bit of code that tried to guess whether you're running new
or old GNUS, and then defined the appropriate hook.  Unfortunately, it
didn't work if you didn't have GNUS already loaded.  The fix was to
defer this test until after GNUS is loaded, by putting it in
gnus-startup-hook.  (If the name of gnus-startup-hook ever changes,
then this strategy won't work any more...)
--

Reply via email to