all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Nicolas Richard <theonewiththeevillook@yahoo.fr>
Cc: 19268@debbugs.gnu.org
Subject: bug#19268: 25.0.50; Customize widgets vs <kp-...> keys
Date: Thu, 04 Dec 2014 15:35:03 -0500	[thread overview]
Message-ID: <jwv4mtb9mxn.fsf-monnier+emacsbugs@gnu.org> (raw)
In-Reply-To: <878uins0qp.fsf@yahoo.fr> (Nicolas Richard's message of "Thu, 04 Dec 2014 19:55:58 +0100")

>  (define-key map [t] 'keyboard-quit)

This is the culprit: such a default binding prevents function-key-map
from being applied, since all keys have a (default) binding.
And the remapping of [kp-5] to [?5] is done in function-key-map.

So the fix should probably start by removing this default binding.


        Stefan





  reply	other threads:[~2014-12-04 20:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-04 12:57 bug#19268: 25.0.50; Customize widgets vs <kp-...> keys Nicolas Richard
2014-12-04 17:18 ` Eli Zaretskii
2014-12-04 18:55   ` Nicolas Richard
2014-12-04 20:35     ` Stefan Monnier [this message]
2014-12-05  6:35       ` Nicolas Richard
2014-12-05 15:11         ` Stefan Monnier
2014-12-05 16:52           ` Nicolas Richard

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=jwv4mtb9mxn.fsf-monnier+emacsbugs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=19268@debbugs.gnu.org \
    --cc=theonewiththeevillook@yahoo.fr \
    /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.