emacs-devel
[Top][All Lists]
Advanced

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

Re: indent-tabs-mode


From: Aidan Kehoe
Subject: Re: indent-tabs-mode
Date: Thu, 10 Aug 2006 17:22:41 +0200

 Ar an deichiú lá de mí Lúnasa, scríobh Stefan Monnier: 

 > Of course this breaks down as soon as you have indentation relative to
 > a point that's not the first non-tab on the line.  E.g
 > 
 >      foobarfun(arg1,
 >               arg2);
 > 
 > In order for this to correctly react to changes in tab-width, you have to
 > make sure that it's represented as
 > 
 > [TAB]foobarfun(arg1,
 > [TAB][.spaces.]arg2);

And the correct reaction will be broken if your tab width is set to two. Or,
following how Dan Bernstein indents his code, one. 

-- 
Santa Maradona, priez pour moi!




reply via email to

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