unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Ivan Kanis <banana@kanis.fr>
Cc: Emacs Development List <emacs-devel@gnu.org>
Subject: Re: Binding C-i breaks TAB bindings (was bug#13861)
Date: Mon, 04 Mar 2013 09:28:09 -0500	[thread overview]
Message-ID: <jwv1ubvdz2n.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87boazveav.fsf_-_@kanis.fr> (Ivan Kanis's message of "Mon, 04 Mar 2013 08:01:44 +0100")

> [?\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	other threads:[~2013-03-04 14:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <rjobf0uxi4.fsf@fencepost.gnu.org>
     [not found] ` <87a9qklpoa.fsf@kanis.fr>
     [not found]   ` <handler.13861.D13861.1362336754560.notifdone@debbugs.gnu.org>
2013-03-04  7:01     ` Binding C-i breaks TAB bindings (was bug#13861) Ivan Kanis
2013-03-04 14:28       ` Stefan Monnier [this message]
2013-03-04 17:59         ` Ivan Kanis
2013-03-04 18:21           ` Ivan Andrus
2013-03-04 18:56           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv1ubvdz2n.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=banana@kanis.fr \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).