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: Eli Zaretskii
Subject: Re: C-i and tab
Date: Thu, 31 Oct 2002 21:52:15 +0300

> From: "Boris H." <nosp@m.de>
> Newsgroups: gnu.emacs.help
> Date: Thu, 31 Oct 2002 16:26:57 +0100
> 
> 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)

Try this:

 (define-key function-key-map [tab] 'indent-for-tab-command)




reply via email to

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