>>>>> "rb" == Rick Busdiecker <[EMAIL PROTECTED]> writes:
rb> Not true. BBDB can deal with gnus 4.1. I use it all the
rb> time.
I don't know if this is the same problem, but anyway...
I get the same error message from bbdb-gnus, but ONLY when I start
EMACS in text mode. In graphics mode, it works fine. The line that
causes the problem is in my nntp.el file (actually nntp-xover.el), and
looks like:
(nntp/add-hook
(if (boundp 'gnus-article-prepare-hook)
'gnus-article-prepare-hook
'gnus-Article-prepare-hook)
'nntp/article-get-xrefs)
If I get rid of the reference to gnus-Article-prepare-hook, everything
is fine. In other words, somehow when I start gnus in graphics mode,
gnus-article-prepare-hook seems to be defined before nntp.el gets
loaded. This is not the case when I start in text mode. Very odd...
Richard Stanton