unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Nicolas Richard <theonewiththeevillook@yahoo.fr>
Cc: 14397@debbugs.gnu.org
Subject: bug#14397: 24.3; <C-kp-1> and <M-kp-1> undefined
Date: Thu, 05 Dec 2013 03:28:40 +0200	[thread overview]
Message-ID: <87mwkg9ivz.fsf@mail.jurta.org> (raw)
In-Reply-To: <87li00op9a.fsf@yahoo.fr> (Nicolas Richard's message of "Wed, 04 Dec 2013 11:59:45 +0100")

> Here's a cleaner snippet to achieve the same behaviour, now using
> function-key-map :
>
> (dotimes (i 10)
>   (dolist (prefix (list "M" "C"))
>     (define-key function-key-map
>       (kbd (format "<%s-kp-%s>" prefix i))
>       (kbd (format "%s-%d" prefix i)))))

Do you think the patch from
http://thread.gmane.org/gmane.emacs.devel/153656/focus=153681
will fix your issue?

As I recall the problem was where to define the function `powerset'
used to create all combinations of modifiers C-, M-, S-, etc.

Now that we have `todo-powerset' in lisp/calendar/todo-mode.el
we could use it in lisp/bindings.el.





  reply	other threads:[~2013-12-05  1:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-14 10:42 bug#14397: 24.3; <C-kp-1> and <M-kp-1> undefined Nicolas Richard
2013-12-04 10:59 ` Nicolas Richard
2013-12-05  1:28   ` Juri Linkov [this message]
2013-12-05  9:59     ` Nicolas Richard
2013-12-06  1:15       ` Juri Linkov
2013-12-11  0:45         ` Juri Linkov
2013-12-12 10:11           ` Nicolas Richard
2013-12-13  1:09             ` Juri Linkov

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=87mwkg9ivz.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=14397@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 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).