"Bob Newell" <[email protected]> writes:

> On Sun, Jan 4, 2026, at 06:30, Gfp wrote:
> ...
>> So how can I find the email addresses and autocomplete their names?
>> If I don´t remember the email address?
>>
>> Is there a package I have to install additionally?
>
> This works really well with the BBDB package, although some study and
> setup will be required.  Set it to capture incoming and outgoing email
> addresses (maybe with some exceptions), and then tab completion can
> also be set up.  Once you have it working it's indispensable.
>
> Bob Newell
> Honolulu


I copied that from Josep Bigorra Gnus bbdb setup

;; BBDB: Address list von Josep Bigorra
(add-to-list 'load-path "/gnu/store/")
(require 'bbdb)
(bbdb-initialize 'message 'gnus 'sendmail)
(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
(setq bbdb/mail-auto-create-p t
      bbdb/news-auto-create-p t)

;; auto-complete emacs address using bbdb UI
(add-hook 'message-mode-hook
          '(lambda ()
             (flyspell-mode t)
             (local-set-key (kbd "TAB") 'bbdb-complete-name)))

but it does not work

where are the mistakes?
may be the load-path?

thanks

Gottfried

Reply via email to