[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
- Re: Round-tripping key definitions, (continued)
- Re: Round-tripping key definitions, Richard Stallman, 2021/11/15
- Re: Round-tripping key definitions, Stefan Monnier, 2021/11/17
- Re: Round-tripping key definitions, Po Lu, 2021/11/17
- Re: Round-tripping key definitions, Stefan Monnier, 2021/11/17
- Re: Round-tripping key definitions, Po Lu, 2021/11/17
- Re: Round-tripping key definitions, Stefan Kangas, 2021/11/18
- Re: Round-tripping key definitions, Po Lu, 2021/11/18
- Re: Round-tripping key definitions, Richard Stallman, 2021/11/18
- Re: Round-tripping key definitions,
Lars Ingebrigtsen <=
- Re: Round-tripping key definitions, Lars Ingebrigtsen, 2021/11/13
- Re: Round-tripping key definitions, Stefan Monnier, 2021/11/14
Re: Round-tripping key definitions, Richard Stallman, 2021/11/14