[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master f0cd91067d: Improve `C-h b' output for remapped commands.
From: |
Lars Ingebrigtsen |
Subject: |
Re: master f0cd91067d: Improve `C-h b' output for remapped commands. |
Date: |
Sat, 11 Jun 2022 12:48:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> Sounds good to me. I don't have an opinion on the specific wording
> within the parens, but I'll mention that a single `remap display-buffer`
> can cause various key bindings to be remapped, which is why I suggested
>
> <remap> <display-buffer> ido-display-buffer
> C-x 4 C-o
>
> which naturally generalizes to things like:
>
> <remap> <display-buffer> ido-display-buffer
> C-x 4 C-o, C-c C-o C-o
Oh yeah, I only show the first binding now. Hm... On the other hand,
we do show those other bindings (for `display-buffer') elsewhere in the
buffer, but it'd be nice to show them all here, too.
> Also, a remap entry can have 0 corresponding keybindings, in which case
> we should keep something like
>
> <remap> <display-buffer> ido-display-buffer
Yes, those are displayed as before.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
Re: master f0cd91067d: Improve `C-h b' output for remapped commands., Stefan Monnier, 2022/06/10
- Re: master f0cd91067d: Improve `C-h b' output for remapped commands.,
Lars Ingebrigtsen <=