help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Variables indent-tabs-mode and tab-always-indent


From: Eli Zaretskii
Subject: Re: Variables indent-tabs-mode and tab-always-indent
Date: Sun, 19 Jun 2022 09:10:50 +0300

> Date: Sun, 19 Jun 2022 06:12:54 +0200 (CEST)
> From: carlmarcos--- via Users list for the GNU Emacs text editor 
> <help-gnu-emacs@gnu.org>
> 
> 
> Documentation for variable `indent-tabs-mode` states "Indentation can insert 
> tabs if this is non-nil".
> 
> How do these two variables work together

When the value of tab-always-indent and the situation in which you
press the TAB key are such that Emacs decides to indent the line,
indent-tabs-mode controls whether Emacs inserts just spaces or a muix
of TABs and spaces.

> and do they conflict?

No.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]