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

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

bug#49971: 28.0.50; indent-tabs-mode not working globally


From: Gabriel
Subject: bug#49971: 28.0.50; indent-tabs-mode not working globally
Date: Mon, 09 Aug 2021 18:15:46 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

It seems that the new 'indent-tabs-mode' minor-mode, although defined as
global, it's working as a buffer-local minor-mode. Using emacs from
master branch built today:

1. emacs -Q
2. C-h v 'indent-tabs-mode' (value is t)
3. eval '(indent-tabs-mode -1)'
4. C-h v 'indent-tabs-mode' (local value is nil; global value is t)





reply via email to

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