On Tue May 25 2010 JJ wrote:
> (define-key bbdb-mode-map "z" 'bbdb-read-note)
> (defun bbdb-read-note (bbdb-record)
>   (interactive (list (bbdb-current-record t)
>                      t))
>   (message ((bbdb-record-note bbdb-record notes))))

I overlooked part two of your email:

interactive specifies two args for your function. But it is designed
to handle only one arg. Again: quote notes.

r.

------------------------------------------------------------------------------

_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to