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

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

Re: replace TAB with 8 whitespaces


From: Stefan Monnier
Subject: Re: replace TAB with 8 whitespaces
Date: 16 Jun 2003 09:53:25 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I add (setq indent-tabs-mode nil) to .emacs, and Emacs uses no 

This will only apply to the current buffer in which it is executed,
which is typically the *scratch* buffer.  You probably want to either
put it on a hook or use (setq-default indent-tabs-mode nil) such that
it applies to every buffer.
Also I recommend staying away from (setq tab-width N) because it
probably doesn't do what you think it does.


        Stefan


reply via email to

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