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

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

Re: Is this a bug, the esoteric Elisp way?


From: Noam Postavsky
Subject: Re: Is this a bug, the esoteric Elisp way?
Date: Tue, 10 Sep 2019 15:10:52 -0400

On Tue, 10 Sep 2019 at 14:42, Shyam Nath <shyam@shyam.id.au> wrote:

> So `(setq electric-indent-mode nil)` disables it, and I thought it also 
> disables all tabbing; this seems disabled in Elisp, but not plain text files, 
> and http://ergoemacs.org/emacs/emacs_tabs_space_indentation_setup.html 
> patches it. The documentation for electric-indent-mode says "If called from 
> Lisp, enable the mode if ARG is omitted or nil.", but nil disables it; 
> /implementation|typographical/ bug.

The documentation you refer to is about the function, i.e.,
`(electric-indent-mode)` or `(electric-indent-mode nil)` will enable
the mode. Use `(electric-indent-mode -1)` to disable it.

Using setq on the variable won't do the right thing, as mentioned in
its documentation:

Setting this variable directly does not take effect;
either customize it (see the info node ‘Easy Customization’)
or call the function ‘electric-indent-mode’.



reply via email to

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