[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: indent-tabs-mode
From: |
Nick Roberts |
Subject: |
Re: indent-tabs-mode |
Date: |
Wed, 9 Aug 2006 18:13:00 +1200 |
> Given that only the most bizarro applications actually care about tabs
> vs. spaces, it seems better to simply deal with those rare cases
> individually using modes.
Every application has to decide how it's going to display a tab. Emacs
uses eight spaces by default but others use a different number.
> [Actually, what are those applications? Make treats TAB as significant,
> but does so in a way that works well with the default settings.]
I've noticed it in diffs where the source has tabs and appears different
e.g in the mail archives.
> > Actually many commands seem to do this anyway: c-indent-command,
> > lisp-indent-line, so perhaps I've got the wrong end of the stick
> > anyway.
>
> Those commands do not do anything special, they simply do what
> indent-tabs-mode tells them to do; if indent-tabs-mode is t, they will
> insert tabs.
Since they all seem to insert spaces, I think this either says that nil would
be a sensible default for indent-tabs-mode, or it doesn't really matter.
However Emacs sources have thousands, so somehow they're being inserted.
--
Nick http://www.inet.net.nz/~nickrob
- indent-tabs-mode, Nick Roberts, 2006/08/08
- Re: indent-tabs-mode, Giorgos Keramidas, 2006/08/08
- Re: indent-tabs-mode, Miles Bader, 2006/08/08
- Re: indent-tabs-mode, Nick Roberts, 2006/08/08
- Re: indent-tabs-mode, Miles Bader, 2006/08/09
- Re: indent-tabs-mode, Nick Roberts, 2006/08/09
- Re: indent-tabs-mode, Miles Bader, 2006/08/09
- Re: indent-tabs-mode,
Nick Roberts <=
- Re: indent-tabs-mode, Miles Bader, 2006/08/09
- Re: indent-tabs-mode, Klaus Zeitler, 2006/08/09
- Re: indent-tabs-mode, Eli Zaretskii, 2006/08/09
- Re: indent-tabs-mode, Miles Bader, 2006/08/10
- Re: indent-tabs-mode, Stefan Monnier, 2006/08/10
- Re: indent-tabs-mode, Aidan Kehoe, 2006/08/10
Re: indent-tabs-mode, Richard Stallman, 2006/08/09