all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 8350@debbugs.gnu.org
Subject: bug#8350: 24.0.50; wrong bindings for remapped keys
Date: Sun, 27 Mar 2011 17:19:22 -0400	[thread overview]
Message-ID: <jwvei5sdzzf.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <A7924176F2834A45BFB258E379B4192C@us.oracle.com> (Drew Adams's message of "Sat, 26 Mar 2011 13:00:58 -0700")

> (define-key ctl-x-map [remap forward-char] 'backward-char)
[...] 
> (command-remapping 'forward-char nil (list ctl-x-map))
>   => backward-char
 
But ctl-x-map is never used as one of the active maps, it's always
limited to being a prefix map bound to C-x, so the define-key above will
have pretty much no effect.


        Stefan





  reply	other threads:[~2011-03-27 21:19 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-26 20:00 bug#8350: 24.0.50; wrong bindings for remapped keys Drew Adams
2011-03-27 21:19 ` Stefan Monnier [this message]
2011-03-27 21:51   ` Drew Adams
2011-03-28 14:22     ` Stefan Monnier
2011-03-28 15:04       ` Drew Adams
2011-03-28 17:43         ` Stefan Monnier
2011-03-29  4:16           ` Drew Adams
2011-03-29 13:58             ` Stefan Monnier
2011-03-29 14:18               ` Drew Adams
2011-05-29 19:00 ` Chong Yidong

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

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

  git send-email \
    --in-reply-to=jwvei5sdzzf.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=8350@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.