From: Gustavo Barros <gusbrs.2016@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 48058@debbugs.gnu.org
Subject: bug#48058: tab-width's docstring
Date: Tue, 27 Apr 2021 12:14:50 -0300 [thread overview]
Message-ID: <87tunrkbdi.fsf@gmail.com> (raw)
In-Reply-To: <8335vbixea.fsf@gnu.org>
On Tue, 27 Apr 2021 at 12:02, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Gustavo Barros <gusbrs.2016@gmail.com>
>> Cc: 48058@debbugs.gnu.org
>> Date: Tue, 27 Apr 2021 11:40:18 -0300
>>
>> Let's say `emacs-lisp-mode', and let's say I've `indent-tabs-mode'
>> set
>> to nil. Calling `tab-to-tab-stop' will actually insert 8 spaces in
>> my
>> buffer, as per the default `tab-width'. If `tab-always-indent' is
>> nil,
>> this also extends to `indent-for-tab-command'. There is no "TAB
>> character" involved, and also no issue about what is its "display
>> width". As far as I understand it, what `tab-width' is determining
>> is
>> precisely the "indentation step". Or am I getting this wrong?
>
> This is major mode dependent. Try the same in C mode, for example,
> and you will see the difference. The function that indents the line
> is specific to the major mode. If you want to understand why you see
> what you see in emacs-lisp-mode, look at lisp-indent-line.
>
> But even in emacs-lisp-mode, what did you expect to happen instead?
> (indent-tabs-mode, btw, just uses spaces instead of TABs, but it still
> inserts the amount of spaces equivalent to a TAB where otherwise a TAB
> would have been inserted.)
I didn't expect anything different to happen. It is just that
`tab-width' is determining more than just the "display width of the TAB
character": if you (or the major-mode for you) are indenting with spaces
the content of the buffer is different according to `tab-width', it not
just a matter of "display".
But I see your point, and perhaps the docstring is clearer to someone
more seasoned than myself, and avoids other pitfalls along the way which
I do not even see. Hopefully, it will feel just as clear to me someday.
;-)
Thanks for answering, and feel free to close.
Best regards,
Gustavo.
next prev parent reply other threads:[~2021-04-27 15:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-27 13:11 bug#48058: tab-width's docstring Gustavo Barros
2021-04-27 13:53 ` Eli Zaretskii
2021-04-27 14:40 ` Gustavo Barros
2021-04-27 15:02 ` Eli Zaretskii
2021-04-27 15:14 ` Gustavo Barros [this message]
2021-04-27 15:32 ` Eli Zaretskii
2021-04-29 17:05 ` Stefan Kangas
2021-04-29 17:35 ` Eli Zaretskii
2021-04-29 20:14 ` Gustavo Barros
2021-04-29 22:53 ` Stefan Kangas
2021-04-30 0:44 ` Gustavo Barros
2021-04-30 7:18 ` Eli Zaretskii
2021-04-30 10:20 ` Stefan Kangas
2021-04-30 10:49 ` Eli Zaretskii
2021-04-30 12:00 ` Gustavo Barros
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tunrkbdi.fsf@gmail.com \
--to=gusbrs.2016@gmail.com \
--cc=48058@debbugs.gnu.org \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).