John Hunter <[EMAIL PROTECTED]> writes:

> Version info:
> BBDB version 2.2
> GNU Emacs 20.7.1 
> Gnus v5.8.8
> 
> Description: when I execute bbdb-send-mail from the *BBDB* buffer I
> get the following message 'Symbol's function definition is void: nil'.
> The bbdb-send-mail error does not occur any more after I have executed
> gnus-group-mail for the first time.
> 
> My bbdb configuration in .emacs is:
>       (require 'bbdb)                 
>       (bbdb-initialize 'gnus 'message 'sc 'w3)              
>       (setq bbdb-send-mail-style 'compose-mail)
>       (setq mail-user-agent 'gnus-user-agent)
> 
> 
> The *Backtrace* information is:
> 
> Signaling: (void-function nil)
>   nil("Dummy User <dummy@user>" nil nil nil nil nil nil)
>   compose-mail("Dummy User <dummy@user>" nil)

Make sure that you've updated Gnus after September 11, and add the
following line in your .emacs.

    (require 'gnus-msg)

ShengHuo
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to