bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#14397: 24.3; <C-kp-1> and <M-kp-1> undefined


From: Nicolas Richard
Subject: bug#14397: 24.3; <C-kp-1> and <M-kp-1> undefined
Date: Thu, 05 Dec 2013 10:59:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Juri Linkov <juri@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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]