Hello,

Yesterday all worked like an angel, but today when I as a first thing in
the morning composed a letter and tryed to send it emacs just said:
"Symbol's function definition is void: expand-mail-aliases". I called to
our system support and they said that there hasn't been any modifications
to emacs or site-lisp files for a while. Neither have I done any changes to
my .emacs.

This doesn't happen anymore if I comment the line (require 'mail-abbrevs)
in my .emacs file. Fine eh? NOOOOOT because if I do that my mail-aliases
defined in my BBDB are no more expanded. I'd like to hear if someone has
had similar problem, and what they have done to solve the problem.

I have today tryed to run this with emacs-19.24, with emacs-19.28 (this is
one I normally use) and with emacs-19.29 and error happens in any one of
these. My mailer is VM-5.86 and the mail-abbrevs.el is the same that came
with BBDB-1.50, it has following "header":
;;; Abbrev-expansion of mail aliases.
;;; Copyright (C) 1985-1993 Free Software Foundation, Inc.
;;; Created: 19 oct 90, Jamie Zawinski <[EMAIL PROTECTED]>
;;; Modified: 5 apr 92, Roland McGrath <[EMAIL PROTECTED]>
;;; Last change 30-dec-93. jwz
 

Here is how I used to bind the mail-abbrevs (this is now in comments, so
that I can send this letter :-)
  (bbdb-insinuate-vm)
  (setq mail-setup-hook 
        '(lambda ()
           (bbdb-insinuate-sendmail)
           (require 'mail-abbrevs)
           (bbdb-define-all-aliases)
           ))

I hope someone can help me to get thsi work again,
-- 
 << Tuomo-Markus Tikkanen <<>>  Work: [EMAIL PROTECTED] >>
 << Nokia Research Center <<>> Univ.: [EMAIL PROTECTED]      >>
 << P.O. Box 45           <<>> Voice: +358 0 4376 6480                  >>
 << FIN-00211 HELSINKI    <<>>   FAX: +358 0 4552 458                   >>
 <<         <A HREF="http://www.lut.fi/~tikkanen/">HOMEPAGE</A>         >>

Reply via email to