GNU bug report logs -
#67620
Better indent-rigidly prompt
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#67620: Better indent-rigidly prompt
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 67620 <at> debbugs.gnu.org.
--
67620: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67620
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> Date: Tue, 05 Dec 2023 18:55:45 +0800
> From: Dan Jacobson <jidanni <at> jidanni.org>
> Cc: 67620 <at> debbugs.gnu.org
>
> Thanks for fixing it. I was talking about when you're reading the
> sentence and you get halfway through and then you start to think.
>
> As far as documenting C-i,. Perhaps put in the docstring.
We don't document the bindings in doc strings, because users can
rebind commands, and then the doc string will be incorrect.
There are also technical problems with referring to a single binding
when a command has several ones.
So I think this aspect will remain the user's responsibility (the
Emacs manual explains that TAB and C-i are the same).
[Message part 3 (message/rfc822, inline)]
What does "Indent region with TAB" mean?
To the layman it means put tabs at the beginning of each line.
But here it means something different:
Indent region with TAB, <left>, <right>, S-<left>, S-<right>
So maybe indent-rigidly should prompt with
Indent region with <left>, <right>, S-<left>, S-<right>, or TAB
In fact that is their order in the docstring!
Else one stares at the prompt for 30 seconds tying to figure out what
it is trying to say.
Or maybe say
Type TAB, <left>, <right>, S-<left>, S-<right>, to indent region
or
Type <left>, <right>, S-<left>, S-<right>, or TAB to indent region
Also it seems C-x C-i is easier to type than C-x TAB. So maybe mention
that one can type either. (Yes, same bytes sent, at least on a VT100.)
This bug report was last modified 1 year and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.