bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#20322: 25.0.50; indent-tabs-mode should default to nil


From: Stefan Monnier
Subject: bug#20322: 25.0.50; indent-tabs-mode should default to nil
Date: Tue, 14 Apr 2015 17:43:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Here's some statistics: http://sideeffect.kr/popularconvention/#java (you
> can click on the language names), sources at
> https://github.com/outsideris/popularconvention

This doesn't seem to talk about the same thing as what indent-tabs-mode does.
I haven't looked at the code they use, but at least the example they
give is:
   function foo() {
     return "bar";
   }

vs

   function foo() {
       // use tab for indentation
       return "bar";
   }

whereas indent-tabs-mode does not influence which column is used, only
which chars are used to get there.


        Stefan





reply via email to

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