emacs-devel
[Top][All Lists]
Advanced

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

Re: C-i and TAB


From: Ivan Kanis
Subject: Re: C-i and TAB
Date: Thu, 7 Feb 2013 18:21:27 +0100
User-agent: SquirrelMail/1.4.21

>> How come Emacs for X can't distinguish between C-i and TAB? I understand
>> why that happens on a terminal, but on X it should be possible...
>
> Emacs definitely distinguished between the two.
> But it has a function-key-map entry that turns `tab' (the event
> generated by your TAB key) into a C-i when there's no binding for `tab'.

Not in trunk:

emacs -Q

(global-set-key (kbd "C-i") 'foo)
(global-set-key (kbd "TAB") 'bar)

TAB -> Symbol's function definition is void: bar
C-i -> Symbol's function definition is void: bar



reply via email to

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