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

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

Re: C-i and tab


From: Boris H.
Subject: Re: C-i and tab
Date: Thu, 31 Oct 2002 16:26:57 +0100
User-agent: KNode/0.7.1

Eli Zaretskii wrote:

> You could remap [tab] (the function key) to what C-i is mapped now, and
> then remap C-i to something else.  Note that this will not work on
> character terminals where the TAB key produces C-i, so Emacs cannot
> distinguish between them.

I've just tried it, but it doesn't work:

(global-set-key [(tab)] 'indent-for-tab-command)
(global-set-key [(control i)] 'ispell)

When I press C-h k C-i, Emacs tells me that TAB runs the command 
lisp-indent-line.

Boris



reply via email to

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