emacs-devel
[Top][All Lists]
Advanced

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

Re: Moving kbd to subr.el


From: T.V Raman
Subject: Re: Moving kbd to subr.el
Date: Wed, 13 Oct 2021 07:26:20 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:
Related: see
https://emacspeak.blogspot.com/2020/10/extracted-light-weight-key-reader-by.html
and some follow-up discussion probably on this list.
>>> +  (should (equal (kbd "M-x a") [134217848 97]))
>>> +  (should (equal (kbd "H-x a") [16777336 97]))
>>> +  (should (equal (kbd "s-x a") [8388728 97]))
>>> +  (should (equal (kbd "S-x a") [33554552 97]))
>
> [?\M-x ?a]
> [?\H-x ?a]
> [?\s-x ?a]
> [?\S-x ?a]
>
>
>         Stefan
>
>

-- 

Thanks,

--Raman(I Search, I Find, I Misplace, I Research)
?7?4 Id: kg:/m/0285kf1  ?0?8



reply via email to

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