On Mon, Nov 07 2011, Peter Münster wrote:

> (defadvice gnus-summary-resend-message (around resend-with-bbdb (address n)
>                                                activate)
>   "Resend message with bbdb address completion."
>   (flet ((message-read-from-minibuffer (p &optional d)
>                                        (bbdb-completing-read-mails p d)))
>     ad-do-it))
>
> There are no errors, but `bbdb-completing-read-mails' is not called...
> Why?

Found it: the reason seems to be, that `message-read-from-minibuffer' is
called from the `interactive' form...

-- 
           Peter


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to