Suppose that you don't do anything (except configure BBDB normally).
What does M-TAB then do in message mode?  Does it invoke BBDB
completion, or does it invoke ispell completion?

If the latter, try this:

    (defun my-message-mode-keys ()
      (define-key message-mode-map (kbd "M-TAB") 'bbdb-complete-name))
    (add-hook 'message-mode-hook 'my-message-mode-keys)

Does this help?
kai
-- 
I like BOTH kinds of music.
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to