emacs-devel
[Top][All Lists]
Advanced

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

Re: master f0cd91067d: Improve `C-h b' output for remapped commands.


From: Stefan Monnier
Subject: Re: master f0cd91067d: Improve `C-h b' output for remapped commands.
Date: Thu, 09 Jun 2022 12:44:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>     <remap> <display-buffer>                ido-display-buffer
>     C-x 4 C-o                               display-buffer
>     <remap> <display-buffer-other-frame>    ido-display-buffer-other-frame
>     C-x 5 C-o                               display-buffer-other-frame

Nice.  But could we get rid of the duplication, as in:

    <remap> <display-buffer>                ido-display-buffer
      C-x 4 C-o
    <remap> <display-buffer-other-frame>    ido-display-buffer-other-frame
      C-x 5 C-o

or maybe even make it fit on a single line, as in something like:

    <remap> <display-buffer> (C-x 4 C-o)             ido-display-buffer
    <remap> <display-buffer-other-frame> (C-x 5 C-o) 
ido-display-buffer-other-frame


-- Stefan




reply via email to

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