<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 5, 2014 at 2:27 PM, Garrett Smith <span dir="ltr"><<a href="mailto:g@rre.tt" target="_blank">g@rre.tt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im"><br>
</div>This seems like a problem that can be confined to the OTP team and<br>
process, which is I think is a pretty small subset of all erlang-mode<br>
users, no? And changing erlang-mode to default to spaces doesn't make<br>
this worse does it?</blockquote><div><br></div><div>erlang-mode allows the use of spaces for indentation just fine. If the emacs-lisp variable indent-tabs-mode is set to t, you get tabs, or if nil, you get spaces -- this is pretty much universal across all Emacs programming language modes.</div>
<div><br></div><div>My ~/.emacs defaults indent-tabs-mode to nil, but I have custom file-open hooks for Erlang and C that search for tabs at the beginnings of lines when I open a source file, and if found, set indent-tabs-mode to t for that buffer only so that any edits there match the existing style for that file.</div>
<div><br></div><div>--steve</div><div><br></div><div>P.S. I'd like the bikeshed to be grey.</div></div></div></div>