GNU bug report logs - #14397
24.3; <C-kp-1> and <M-kp-1> undefined

Previous Next

Package: emacs;

Reported by: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>

Date: Tue, 14 May 2013 10:43:02 UTC

Severity: normal

Found in version 24.3

Fixed in version 24.4

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
To: Juri Linkov <juri <at> jurta.org>
Cc: 14397 <at> debbugs.gnu.org
Subject: bug#14397: 24.3; <C-kp-1> and <M-kp-1> undefined
Date: Thu, 05 Dec 2013 10:59:15 +0100
Juri Linkov <juri <at> jurta.org> writes:

>> 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?

Sorry I hadn't seen that discussion before. 

Indeed, it would fix the issue ; but from what I gather, the suggestion
was dismissed because it makes function-key-map too big (and so does my
suggestion).

Adding "functional keymap" support as suggested in
http://article.gmane.org/gmane.emacs.devel/153726 seems beyond my
ability.

-- 
Nico.




This bug report was last modified 11 years and 167 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.