emacs-devel
[Top][All Lists]
Advanced

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

Re: "whether the global keymap C-x 4 will be replaced by a command,"


From: Stefan Monnier
Subject: Re: "whether the global keymap C-x 4 will be replaced by a command,"
Date: Tue, 14 Jul 2020 11:15:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> But maybe we could make the following work: `C-x 4 C-h k C-f`.
> How would the user remember when to start with C-h and when to type it
> in the middle of a key sequence?

`C-x 4 C-f` would run 2 commands, just like `C-u C-f`, so just like you can't
do `C-x k C-u C-f` (because the `C-x k` stops after `C-u`).

So all the user needs to know is that `C-x 4` is a command and not s keymap.

BTW, we have th same problem with `C-x e e`: I can't do `C-x k C-x e e`
because `C-x k` stops after `C-x e`.  So for the same reason it would be
good to make it possible to do `C-x e C-x k e` to find out what `e` is
really bound to.


        Stefan




reply via email to

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