[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Whitespace cleanup
From: |
Paul Eggert |
Subject: |
Re: Whitespace cleanup |
Date: |
Thu, 23 Aug 2012 09:56:44 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 |
On 08/23/2012 08:02 AM, Jordi Gutiérrez Hermoso wrote:
> It's a minor annoyance I'd
> like to at least fix in Emacs's own source code.
The .dir-locals.el file does fix that in Emacs's own source code.
If you'd like to use a tab-width of 8 everywhere for Elisp code,
you can put a find-file-hook into your .emacs file, to do that.
> what is the point of having tabs at all
Originally, I think tab==8 was partly as a convenience when
typing makefiles and C files, and partly to save memory. It still
has these functions, though admittedly this is not a big deal these
days, for most purposes. Some other GNU projects have decided
to expand tabs to spaces (except for makefiles and changelogs,
where they're part of the format), but the Emacs developers are
relatively conservative about making changes like that, and I
doubt whether this discussion will change things.
As you say, it's only a minor annoyance.
- Re: Whitespace cleanup, (continued)
- Re: Whitespace cleanup, Dan Nicolaescu, 2012/08/23
- Re: Whitespace cleanup, Jordi Gutiérrez Hermoso, 2012/08/23
- Re: Whitespace cleanup, Juanma Barranquero, 2012/08/23
- Re: Whitespace cleanup, Stefan Monnier, 2012/08/23
- Re: Whitespace cleanup, Jordi Gutiérrez Hermoso, 2012/08/23
- Re: Whitespace cleanup,
Paul Eggert <=
- Message not available
- Whitespace cleanup, Juanma Barranquero, 2012/08/23
- Re: Whitespace cleanup, Jordi Gutiérrez Hermoso, 2012/08/23
- Re: Whitespace cleanup, Juanma Barranquero, 2012/08/23
- Re: Whitespace cleanup, Stefan Monnier, 2012/08/24
- Re: Whitespace cleanup, Óscar Fuentes, 2012/08/24
Re: Whitespace cleanup, Stefan Monnier, 2012/08/22
Re: Whitespace cleanup, Glenn Morris, 2012/08/22