emacs-devel
[Top][All Lists]
Advanced

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

Re: Binding C-i breaks TAB bindings (was bug#13861)


From: Stefan Monnier
Subject: Re: Binding C-i breaks TAB bindings (was bug#13861)
Date: Mon, 04 Mar 2013 09:28:09 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> [?\C-i] is a vector, surely it shouldn't override <tab> ?

The fact that it's a vector is irrelevant, because you're comparing two
different notations: either compare [?\C-i] with [tab], or compare
"C-i" with "<tab>".

In any case <tab> is not overridden.  It's just that you don't have any
binding for <tab> so function-key-map makes Emacs fallback on the
C-i binding.


        Stefan



reply via email to

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