On 07 Feb 2001, Ian Swainson wrote:

> Near the end of my .emacs I have the following to rebind M-TAB to
> TAB when in Gnus, as the default M-TAB is used by the OS:

I think you can still type C-M-i or ESC TAB.

> ,----
> | ;; From Shenghuo Zhu on the Gnus mailing list
> | ;; Only auto-complete when in an address header
> | (defun my-bbdb-tab-complete ()
> |   (interactive)
> |   (if (mail-abbrev-in-expansion-header-p)
> |     (bbdb-complete-name)
> |     (message-tab)))

Does it work to put (require 'message) here?

> | (define-key message-mode-map [tab] 'my-bbdb-tab-complete)
> `----

kai
-- 
Be indiscrete.  Do it continuously.

_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to