|
From: Gijs H. <gi...@hi...> - 2012-09-15 06:02:36
|
> Norman Walsh <nd...@nw...> writes:
>
> Hi Norman:
>
>> I've now fixed my local customizations to work with BBDB 3.02.
>>
>> With BBDB 2.x, opening a message in Gnus would display the matching
>> BBDB record in a small buffer near the bottom of the screen.
>
> Works fine here. The base of my setup is exactly the same as
> Sam's. There must be something in you setup preventing this. I suggest
> starting with a minimal Gnus and bbdb config and start from there.
Ok. I can do that. But it does not make the minibuffer pop up.
All I have for bbdb at this point is:
(require 'bbdb-loaddefs)
(bbdb-initialize 'gnus 'message)
(bbdb-mua-auto-update-init 'gnus 'message)
(global-set-key [C-f10] 'bbdb-create)
And in .gnus
(setq bbdb-default-country "Netherlands")
and
(setq nnimap-split-fancy
[...]
;; Invoke the BBDB
(: (lambda ()
(car (bbdb/gnus-split-method))))
;; Default mailbox
("INBOX" "")))
and in .emacs
(require 'bbdb-loaddefs "/path/to/bbdb3/bbdb/lisp/bbdb-loaddefs.el")
(add-to-list 'Info-default-directory-list "/path/to/bbdb3/bbdb/doc/")
--
BOFH excuse #386:
The Internet is being scanned for viruses.
|