Gnus development mailing list
 help / color / mirror / Atom feed
* message and TAB
@ 1996-06-20 14:26 Kai Grossjohann
  1996-06-20 14:50 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Grossjohann @ 1996-06-20 14:26 UTC (permalink / raw)



In message-mode I tried to bind TAB to indent-relative.  But of
course, the default binding of TAB interferes.

As being able to hit TAB to complete newsgroup names is a Nifty
Feature, I wouldn't really want to rebind TAB.

WIBNI there was some way of customizing which function to use for TAB?

(setq message-tab-handler-alist
      '(("to\\|cc" . bbdb-complete-name)
        ("newsgroups\\|followup-to" . message-complete-newsgroup)
        ; for the message body
        (t . indent-relative))) 

Whatcha think?
kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-06-20 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-06-20 14:26 message and TAB Kai Grossjohann
1996-06-20 14:50 ` Lars Magne Ingebrigtsen
1996-06-20 16:30   ` Kai Grossjohann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).