[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tabs v spaces in Emacs's source files
From: |
Karl Fogel |
Subject: |
Re: tabs v spaces in Emacs's source files |
Date: |
Fri, 07 Mar 2008 12:11:36 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
"Juanma Barranquero" <address@hidden> writes:
> But anyway, the point is that there's a lot of code using spaces. If
> there's a real interest in using only tabs, I'd suggest start adding
> indent-tabs-mode cookies to local variables sections.
I very much prefer spaces, because they're diff-safe (for example, in
commit emails).
With TABs, an unlucky indentation boundary can cause code to jump many
display columns to the right, due to the "+"/"-" column along the left
edge of the diff. This makes reading diffs of TAB-indented code a dicey
game.
-Karl
- tabs v spaces in Emacs's source files, Glenn Morris, 2008/03/06
- Re: tabs v spaces in Emacs's source files, Miles Bader, 2008/03/06
- Re: tabs v spaces in Emacs's source files, Andreas Schwab, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Juanma Barranquero, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Pete Forman, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Juanma Barranquero, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Johan Bockgård, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Juanma Barranquero, 2008/03/07
- Re: tabs v spaces in Emacs's source files,
Karl Fogel <=
- Re: tabs v spaces in Emacs's source files, Juanma Barranquero, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Eli Zaretskii, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Stefan Monnier, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Bill Wohler, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Miles Bader, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Richard Stallman, 2008/03/09
- RE: tabs v spaces in Emacs's source files, Drew Adams, 2008/03/07
- Re: tabs v spaces in Emacs's source files, Eli Zaretskii, 2008/03/08
- RE: tabs v spaces in Emacs's source files, Drew Adams, 2008/03/08
- Re: tabs v spaces in Emacs's source files, Stefan Monnier, 2008/03/08