>>>> "sb" == SL Baur <steve(a)xemacs.org>
writes:
> was this a deliberate or accidental changes?
sb> Deliberate. mail-abbrevs no longer installs itself on load (as per
sb> Lisp package coding standards we've been starting to enforce). To
sb> initialize the keymaps, you need to call `mail-abbrev-init-keys':
sb> (mail-abbrev-init-keys mail-mode-map)
sb> (mail-abbrev-init-keys message-mode-map)
hmm, this is gonna get ugly.
first time abbrevs gets loaded for me is when I try to create my first
email to send. Probably the same for message-mode.
that means, either i add something onto a mail-mode-hook or
message-mode-hook. hmm, should it be a lambda or a wrapper .......
jeff