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: Lars Ingebrigtsen
Subject: Re: Moving kbd to subr.el
Date: Sun, 17 Oct 2021 21:58:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Gregory Heytings <gregory@heytings.org> writes:

> You mean, "<f123>"?
>
> (kbd "<123>") returns [\123]

I was momentarily confused, but that's the symbol with a name "123",
which means that kbd thinks that's a fine symbolic key name.  (This may
be an error, though.)

(equal [\123] [123])
=> nil

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