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?
Asked
Active
Viewed 48 times
2

Dieter.Wilhelm
- 1,836
- 14
- 25
1 Answers
2
I don't think this functionality is already implemented.
AFAICS the functionality is provided e.g. by
(defun bbdb-word-at-point ()
"Ask bbdb about word at point."
(interactive)
(bbdb (thing-at-point 'word t)))

Marco Wahl
- 2,796
- 11
- 13