emacs-devel
[Top][All Lists]
Advanced

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

Re: Round-tripping key definitions


From: Lars Ingebrigtsen
Subject: Re: Round-tripping key definitions
Date: Thu, 18 Nov 2021 10:08:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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

> Of course there is: #x4000000 + ?é
> And that's indeed what it now returns (on `master`).

Speaking of which -- binding "M-a" results in a submap with ESC:

(define-keymap "M-a" 'foo)
=> (keymap (27 keymap (97 . foo)))

And

(key-parse "M-a") => [134217825]

This leads to er interesting issues when trying to map up what the user
sees with what's really there.  Is this something that also could be
tweaked?

-- 
(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]