>>>>> "c" == craffert <[EMAIL PROTECTED]> writes:
>> - I would like to use the mail-alias field, but I cannot make the
>> example given in the info file work. Is anyone using this
>> feature?
c> (add-hook 'mail-setup-hook '(lambda ()
c> (require 'mail-abbrevs)
c> (bbdb-define-all-aliases)))
I've added this code and one alias referring to several people in my
BBDB. Now, when I go to send mail (M-x vm-mail), I get the following
backtrace buffer:
Signalling: (error "mail-aliases contains unexpected hook (lambda nil
(bbdb-mail-abbrev-expand-hook (quote (\"[EMAIL PROTECTED]\"
\"[EMAIL PROTECTED]\" \"[EMAIL PROTECTED]\" \"[EMAIL PROTECTED]\"
\"[EMAIL PROTECTED]\"))))")
signal(error ("mail-aliases contains unexpected hook (lambda nil
(bbdb-mail-abbrev-expand-hook (quote (\"[EMAIL PROTECTED]\"
\"[EMAIL PROTECTED]\" \"[EMAIL PROTECTED]\" \"[EMAIL PROTECTED]\"
\"[EMAIL PROTECTED]\"))))"))
error("mail-aliases contains unexpected hook %s" (lambda nil
(bbdb-mail-abbrev-expand-hook (quote ...))))
bbdb-define-all-aliases()
(lambda nil (require (quote mail-abbrevs)) (bbdb-define-all-aliases))()
funcall((lambda nil (require (quote mail-abbrevs)) (bbdb-define-all-aliases)))
mapcar(funcall ((lambda nil (require ...) (bbdb-define-all-aliases))
brb-std-mail-mode-hook bbdb-insinuate-sendmail brb-std-add-headers))
run-hooks(mail-setup-hook)
vm-mail-internal()
#<byte-code nil "@ +
B !,CD!+ qE F GH!GI!"
[vm-session-initialization vm-mail-buffer buffer-name error "Folder buffer has been
killed." vm-check-for-killed-summary vm-mail-internal run-hooks vm-mail-hook
vm-mail-mode-hook] 2 "Send a mail message from within VM, or from without." nil>()
call-interactively(vm-mail)
I've found the area in the code (in bbdb-com.el) which is generating
the error message, but I do not know why the error is occurring.
Using Xemacs 19.11, VM 5.72.L (beta), BBDB 1.50.
Thanks.
--
Brian R. Becker
[EMAIL PROTECTED]