Solved the following problem: If you use bbdb-define-all-aliases say by (add-hook 'gnus-message-setup-hook 'bbdb-define-all-aliases) then the code will not work, since bbdb-define-all-aliases forces the abbrev mechanism to use the local-text-abbrev-table. To cirumvent this problem, mail-aliases have to be set to nil (once the mails abbrev have been expanded). The problem is that when you later want to add a BBC or CC field the mail alias will not be expanded. I recommend to use defadvice for the relevant functions such as `message-goto-cc' etc.
Uwe Brauer
flyspell-abbrev-multilang.el
Description: application/emacs-lisp
_______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
