GNU bug report logs - #78391
30.0.92; remapped command's docstring still claims to have menu invocation

Previous Next

Package: emacs;

Reported by: Jake <jforst.mailman <at> gmail.com>

Date: Mon, 12 May 2025 12:21:02 UTC

Severity: normal

Found in version 30.0.92

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #28 received at 78391-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: monnier <at> iro.umontreal.ca, jforst.mailman <at> gmail.com
Cc: 78391-done <at> debbugs.gnu.org
Subject: Re: bug#78391: 30.0.92;
 remapped command's docstring still claims to have menu invocation
Date: Sat, 24 May 2025 12:08:33 +0300
> Cc: jforst.mailman <at> gmail.com, 78391 <at> debbugs.gnu.org
> Date: Tue, 13 May 2025 18:55:37 +0300
> From: Eli Zaretskii <eliz <at> gnu.org>
> 
> > From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> > Cc: jforst.mailman <at> gmail.com,  78391 <at> debbugs.gnu.org
> > Date: Mon, 12 May 2025 13:21:58 -0400
> > 
> > >> It gives a rather redundant text since the same "Without the remapping"
> > >> is used just above for the key bindings.  As a user I'd prefer it
> > >> integrated into that previous sentence to end up with a text along the
> > >> lines of:
> > >>
> > >>     Its keys are remapped to ‘ibuffer’.
> > >>     Without this remapping, it would be bound to C-x C-b
> > >>     and to the menu entry Buffers → List All Buffers
> > >
> > > The problem with this is that there could be additional text
> > > in-between, in which case the sentence would become a mouthful:
> > 
> > Maybe take the "Without this remapping" out of the two sentences
> > into a separate prefixed note, as in:
> > 
> >     Its keys are remapped to ‘ibuffer’; if it weren't for this remapping:
> >     It would be bound to C-x C-b ...
> >     It could also be invoked from the menu: ...
> > 
> > Or maybe:
> > 
> >     It is bound to C-x C-b ...
> >     It can also be invoked from the menu: ...
> >     Note: these bindings do not actually run this command because the
> >     command's bindings are remapped to ‘ibuffer’.
> > 
> > Since I'm no fan of using actual sentences in such things, tho
> > I understand this is the tradition in Emacs (it reminds me of the odd
> > habit in North America of using road signs with text whereas European
> > road signs prefer symbols and pictograms instead), I'd actually prefer
> > something more ... dry like:
> > 
> >     Key bindings: C-x C-b ...
> >     Menu bindings: ...
> >     Remapped to: ‘ibuffer’
> 
> Thanks for the ideas.  They were not trivial to implement without some
> major reshuffling of this delicate code, so I went for something
> simpler:
> 
>   Its keys are remapped to ‘ibuffer’.  Without this remapping, it would
>   be bound to C-x C-b.
>   It could also be invoked from the menu: Buffers → List All Buffers,
>   but that was remapped to ‘ibuffer’as well.
> 
> I hope this is good enough.

No further comments, so I'm now closing this bug.




This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.