emacs-devel
[Top][All Lists]
Advanced

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

Re: master 859190f 2/3: Convert some keymaps to defvar-keymap


From: Lars Ingebrigtsen
Subject: Re: master 859190f 2/3: Convert some keymaps to defvar-keymap
Date: Wed, 13 Oct 2021 01:40:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> (equal (kbd "\C-xf") (kbd "C-x f"))
> => t

"\C-c\M-\C-a"
=> "^C\201"
(kbd "\C-c\M-\C-a")
=> [3 129]
(kbd "C-c M-C-a")
=> [3 134217729]

The first two are clearly the same :-), but what's up with the last
one...  oh, that's the meta bit?  Well, that's OK, 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]