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

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

Re: Want to rebind C-i


From: Boris H.
Subject: Re: Want to rebind C-i
Date: Tue, 15 Oct 2002 15:20:07 +0200
User-agent: KNode/0.7.1

Edric M Ellis wrote:
> I think you need to make a keymap for TAB, like this:
> 
> (global-unset-key [tab])
> (setq tab-keymap (make-sparse-keymap))
> (define-key global-map [tab] tab-keymap)
> (define-key tab-keymap (kbd "i") 'ispell)

Hi Edric,

I've just tried this and got an error message. 

What does the above code do? Is there a way to just remove the binding of 
C-i to TAB?

Regards,

Boris


reply via email to

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