Robert Fenk writes:
 > On Tuesday, June 24, 2003 at 13:38:13, Uwe Brauer wrote:
[...]
 > I just made a commit allowing `bbdb-user-menu-commands' to
 > point to a function (this variable has been there for quite
 > some time, but I am not sure if anyone actually ever used
 > it).  With this you could so something like the following:
 > (setq bbdb-user-menu-commands 'uwes-bbdb-menu)
 > (defun uwes-bbdb-menu (record field)
 >   (let (folder)
 >     (if (and (consp (bbdb-record-raw-notes record))
 >              (setq folder (assq 'vm-folder (bbdb-record-raw-notes record)))
 >              (setq folder (cdr folder)))
 >         (list 
 >          (vector (format "Visit VM folder: %s" folder)
 >                  (list 'vm-visit-folder folder)
 >                  t)))))
 > Bye Robert
did this work for you, for me Xemacs-21.4.12 bbdb-2.35 it does not,
here is the backtrace attached


Attachment: bbdb-menu-error
Description: Binary data

Reply via email to