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: Gregory Heytings
Subject: Re: master 859190f 2/3: Convert some keymaps to defvar-keymap
Date: Wed, 13 Oct 2021 12:25:07 +0000


Well, we have a bunch of different key syntaxes, and two of them are strings and therefore aren't marked as syntactically different.

But their syntaxes are different, aren't they?

(local-set-key "C-i" (lambda () (interactive) (message "hello")))
C-i
"hello"


Yes, of course, but is this case not... a bit theoretical? The syntax to fix that corner case would be "C - i".



reply via email to

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