emacs-devel
[Top][All Lists]
Advanced

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

Re: Representing key sequences


From: Lars Ingebrigtsen
Subject: Re: Representing key sequences
Date: Thu, 14 Oct 2021 01:48:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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

> (B)  is for example  [?\C-\M-x C-home]
> (D)  would be        [(control meta x) (control home)]

We could add a fifth syntax.  :-/

["M-C-x C-<home>"] -- which would be a shorter way to write
(kbd "M-C-x C-<home>").

Hang on...  would

[M-C-x C-<home>]

work as a syntax?  The Emacs Lisp symbol syntax is pretty permissive,
but...  hm...  And it might be ambiguous wrt. (B). 

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