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:05:02 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

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

> Eric Hanchrow wrote:
>
>> (progn
>> (local-set-key [tab] (local-key-binding "\C-i"))
>> (local-set-key "\C-i" 'ispell-word))
>> 
>
> 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?

What exactly did you try?  The above snippet needs some surrounding
code.

I think you wanted this behavior in a specific mode, but I forget
which one.  So you want to add a function to the mode hook which
executes the given Lisp code.

-- 
~/.signature is: umop ap!sdn    (Frank Nobis)


reply via email to

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