Re: bbdb-define-all-aliases breaks local-abbrev-table

2001-09-17 Thread Niklas Morberg
Robert Fenk <[EMAIL PROTECTED]> writes: > Could'n you use the mail-mode-abbrev-table to archive what > you want? That at least works for me. Thank you for the suggestion, it is now working here as well. For the record, this is what I did to start using mail-mode-abbrev-table: 1. Opened the f

Re: bbdb-define-all-aliases breaks local-abbrev-table

2001-09-17 Thread Robert Fenk
On , September 17 2001 12:03:01, Niklas Morberg wrote: [...] > The problem occurs when I want to use BBDB alias in combination > with this. Adding the following line to my .emacs breaks the > local-abbrev-table (C-h v in message-mode now tells me that > local-abbrev-table is nil in buffer *mail*).

bbdb-define-all-aliases breaks local-abbrev-table

2001-09-17 Thread Niklas Morberg
I have for some time successfully used a local-abbrev-table for my message mode. The relevant lines from my .emacs should be: (quietly-read-abbrev-file) (defun turn-on-abbrev-mode () (abbrev-mode 1)) (defun my-message-mode-hook () (setq local-abbrev-table my-message-mode-abbrev-table) (turn