Questions tagged [bbdb]
14 questions
6
votes
1 answer
How to learn to use bbdb?
that’s some time yet I began to use emacs as much as possible for quite everything (org-mode, Gnus, etc.), but I’m still maintaining a single file with a list of names, numbers, adresses, etc. manually… And I know there’s BBDB inside emacs, which…

galex-713
- 245
- 2
- 8
3
votes
1 answer
How to add bbdb contact from gnu message?
I am trying to figure out gnus and bbdb. I am able to read messages using gnus, but now I want to add contacts from the mail message into bbdb. I have read that ':' should display a prompt and allow me to do this, but that doesn't work.
Any…

tomcat
- 345
- 1
- 9
3
votes
1 answer
How to use mail lists with bbdb and message mode?
I'm trying to follow along here to get bbdb to insert lists of email addresses into my "to" fields when I hit something like "TAB". http://bbdb.sourceforge.net/bbdb.html#SEC39
The section on lists refers to a mail-abbrevs package, which I can't seem…

Webdev Tory
- 319
- 1
- 10
2
votes
1 answer
importing contacts in bbdb from a csv file
I would like to import contacts from a csv file into bbdb. I bumped into bbdb-csv-import on melpa for that and, from the documentation, it seems that it allows for entry customization. I have only the group and the email addresses in the csv…

DJJ
- 732
- 5
- 19
2
votes
1 answer
BBDB (version 3) search at point or for selected text
I'd like to start a BBDB search directly with the word at the current cursor point or with the current selection. Is there already a short-cut or at least a function for these functionalities?

Dieter.Wilhelm
- 1,836
- 14
- 25
2
votes
2 answers
bbdb -- searching for a name by regex with tab auto-completion
I use the function bbdb or bbdb-name to search for a particular record in my database using a regexp. Due to muscle-memory, I routinely hit the tab key inside the mini-buffer expecting to have auto-completion, but that feature appears to be…

lawlist
- 18,826
- 5
- 37
- 118
2
votes
2 answers
Where is the canonical location for the BBDB manual?
It seems development has been spread around over the years. The EmacsWiki still points to the manual on SourceForge but it seems very out of date. Configuration variables mentioned in the manual are no longer available in my MELPA installed package.…

stsquad
- 4,626
- 28
- 45
1
vote
0 answers
Use emacs to dial a sip phone
I remember one thing I liked about Windows 3 in the early 90s was that it was possible to dial my desktop phone (via a modem) from the contacts. I am all-linux now, and spend most of my day in emacs and have a Cisco SIP phone on my desk at work. I…

Daniel Doherty
- 418
- 4
- 12
1
vote
0 answers
How do you integrate bbdb with notmuch?
I wonder if anyone has gotten BBDB to work with notmuch. I'm looking for the behaviour I had with gnus, where I would type a name from BBDB, press tab and be presented with options to choose from.
The Notmuch 'emacstips' page is frustratingly…

Belasco
- 11
- 2
1
vote
2 answers
What is the bbdb3 field "affix" used for?
Does it work for a job title or is it used for academic titles?

Dieter.Wilhelm
- 1,836
- 14
- 25
0
votes
0 answers
How to prevent `TAB` from adding a newline for each new address (To/Cc), in Gnus + BBDB?
When I'm adding a comma and a new address at To or Cc or Bcc in Gnus, there is a new line added when completing the address. I end up with:
My Address ,
Another Address ,
Yet Another…
0
votes
1 answer
*BBDB* buffer always pops up
No matter what I do, the *BBDB* buffer always pops up when I read an incoming mail message.
I've googled around and tried all tricks I saw. Nothing works.
This is my bbdb config:
(require 'bbdb)
(require 'bbdb-gnus)
(bbdb-initialize 'gnus…

quimm2003
- 131
- 2
0
votes
1 answer
Can't insert "<" when writing message with Gnus after enable BBDB
I enable BBDB as below
(el-get-bundle! bbdb
(defun ec--bbdb-initialize ()
(flyspell-mode t)
(bbdb-initialize 'message)
(bbdb-initialize 'gnus)
(local-set-key "" 'bbdb-complete-name))
(add-hook…

Enze Chi
- 1,410
- 12
- 28
0
votes
1 answer
How can I access certain field information of a BBDB3 record?
I'd like to write a command so that for a particular record (found for example with (bbdb-search (bbdb-records) regexp)) I'm able to extract just the name part of it (or e. g. the mail part, or any part of the xfields). How would you lisp this?

Dieter.Wilhelm
- 1,836
- 14
- 25