Robert Nicholson writes:

 > I believe there's a problem in the XOVER sources in Felix Lees GNUS
 > addon..

 > 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? I'm running GNUS4.1

 > This screws up bbdb1.50 because bbdb makes determines which version
 > of gnus it's operating with and uses either gnus-Subject-mode-map or
 > gnus-summary-mode-map dependinng on wether gnus-Article-prepare-hook is
 > bound or not.

 > In my case it was looking for Subject-mode-map when it should have
 > been looking for summary-mode-map..

 > Don't see bbdd as being the culprit here.

 > Now to really throw a spanner in the works.. Is anybody using bbdb
 > 1.50 with Felix's XOVER patches?

Yes, I am. For now, just change the bbdb-gnus.el file. All you have to
do is to remove the conditional that tests for gnus-Article-prepare-hook
and replace it with the lines for GNUS 4.1:

(defun bbdb-insinuate-gnus ()
  "Call this function to hook BBDB into GNUS."
  (setq gnus-optional-headers 'bbdb/gnus-lines-and-from)
  (bbdb-add-hook 'gnus-article-prepare-hook 'bbdb/gnus-update-record)
  (bbdb-add-hook 'gnus-save-newsrc-hook 'bbdb-offer-save)
  (define-key gnus-summary-mode-map ":" 'bbdb/gnus-show-sender)
  (define-key gnus-summary-mode-map ";" 'bbdb/gnus-edit-notes))

-- 
Kees de Bruin                                      Tasking Software BV
[EMAIL PROTECTED]                       phone/fax: +31-33-558584/550033

Read the docs. Wow, what a radical concept!

Reply via email to