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: Thu, 14 Oct 2021 13:31:19 +0000


(kbd "f p")
=> "fp"

I'm not sure what you mean, but while trying to understand what you mean I realized that the paragraph above is not correct.

The three key sequence `f' `SPC' and `p' is a perfectly valid thing to feed to `define-key'. If you run it through `kbd' first, you get a two key sequence.


But such a key sequence would not be transformed by kbd, because it does not contain "C-" or something similar.



reply via email to

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