[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#45379: 28.0.50; Degraded Performance of describe-buffer-bindings
From: |
Eli Zaretskii |
Subject: |
bug#45379: 28.0.50; Degraded Performance of describe-buffer-bindings |
Date: |
Sat, 18 Sep 2021 16:24:41 +0300 |
> From: Stefan Kangas <stefan@marxist.se>
> Date: Sat, 18 Sep 2021 05:34:08 -0700
> Cc: stephen.berman@gmx.net, handa@gnu.org, juri@linkov.net,
> styang@fastmail.com, monnier@iro.umontreal.ca, 45379@debbugs.gnu.org,
> Lars Ingebrigtsen <larsi@gnus.org>
>
> > key binding
> > --- -------
> >
> > 0 .. 9 digit-argument
> > e tar-extract (currently shadowed by ‘View-exit’)
> > f tar-extract
> >
> > C-d tar-flag-deleted
> > RET tar-extract
> > (this binding is currently shadowed)
> > C-n tar-next-line
> > C-p tar-previous-line
> > SPC tar-next-line
> > (this binding is currently shadowed)
> > C tar-copy
> > (this binding is currently shadowed)
> >
> > Note how the shadowing of 'e' is described with the command that
> > shadows it, but the shadowing of RET, SPC, and 'C' isn't. Why is
> > that? Is that a separate bug?
>
> It is a separate bug, I think. The "currently shadowed part" is new in
> commit fb9326b45c76, but it was never fixed for the second case.
Then I guess we can close this bug?