help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The [(control i)] and [(tab)] problem


From: Kai Großjohann
Subject: Re: The [(control i)] and [(tab)] problem
Date: Thu, 05 Dec 2002 16:07:26 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

"Boris H." <nosp@m.de> writes:

> I've just tried this with Emacs 21.1 and it still doesn't work. I might 
> install 21.2 to fix this, but I once had the problem that 21.2 ignored 
> (tool-bar-mode nil). Is there a way to fix this?

Hm.  You want this everywhere.  Let's try something easier first.
The following will let C-i behave like always (and like TAB did
before), but <tab> will now invoke ispell.  Does this work?

(global-set-key (kbd "<tab>") 'ispell-word)
-- 
~/.signature is: umop ap!sdn    (Frank Nobis)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]