emacs-devel
[Top][All Lists]
Advanced

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

Re: master f3aa648: Make `lookup-key' understand the new key sequence sy


From: Lars Ingebrigtsen
Subject: Re: master f3aa648: Make `lookup-key' understand the new key sequence syntax
Date: Tue, 19 Oct 2021 16:17:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> In terms of behavior, no impact:
>
>     ELISP> (let ((map (make-sparse-keymap))) (define-key map
>     ELISP> [C-M-next] 'dummy) map)
>     (keymap (C-M-next . dummy))
>
>     ELISP> (let ((map (make-sparse-keymap))) (define-key map
>     ELISP> [M-C-next] 'dummy) map)
>     (keymap (C-M-next . dummy))

Would this just be a simplification of the innards of `define-key', then?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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