Andreas Balser wrote:

> How can I achieve the following:
> Being on a message, there is a *BBDB*-buffer which lists the sender.
> How can I erase this entry?
> I.e. has anyone written such a lisp-function?
> Essentially it would be
> "go to the BBDB-buffer", "bbdb-delete-current-record", "go back to previous
> buffer"

(defun foo ()
  (interactive)
  (save-excursion
    (switch-to-buffer "*BBDB*")
    (bbdb-delete-current-record t)))

-- 
Colin


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to