[lug] xemacs and indent-tabs-mode
Ed Young
ejy at techangle.com
Fri Apr 6 10:28:11 MDT 2001
Thanx! That does the trick.
Now I need to go through the codebase and change all my code so that
there are no tabs, except in Makefiles.
Is there a dired command that will allow me to run something like M-x
untabify on all the tagged files in a dired buffer?
I ran indent -ts4 and it made more changes than I wanted. (It seems
there are a bunch of default settings that force a certain coding
style).
Thanx again,
Ed
Tom Tromey wrote:
>
> >>>>> "Ed" == Ed Young <ejy at techangle.com> writes:
>
> Ed> According to the GNU Emacs manual v20, p189, this is a per buffer
> Ed> variable, but you can set it up as a default variable.
>
> Ed> (setq indent-tabs-mode nil)
>
> (setq-default indent-tabs-mode nil)
>
> Setting the variable automatically makes it buffer-local.
> In buffers where it has not been set, the default value is used.
> setq-default is how you set this default value.
>
> Tom
> _______________________________________________
> Web Page: http://lug.boulder.co.us
> Mailing List: http://lists.lug.boulder.co.us/mailman/listinfo/lug
More information about the LUG
mailing list