[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el
From: |
Daniel Colascione |
Subject: |
Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el |
Date: |
Mon, 21 Apr 2014 11:22:21 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
On 04/21/2014 11:17 AM, Josh wrote:
> I've sometimes wondered why trunk/.dir-locals.el doesn't also specify
> indent-tabs-mode, but I found the rationale in this thread[0] from
> several years ago. Still, it would be nice to find a way to avoid the
> battle Eli mentioned so people could C-x h C-M-\ with less risk that
> their personal indentation preferences would introduce gratuitous
> whitespace changes.
>
> [0] http://lists.gnu.org/archive/html/emacs-devel/2009-01/msg00058.html
We could introduce another indent-tabs-mode setting that would tell
Emacs, for each line to be indented, to use tabs if that line is already
indented with tabs, to use spaces if the line is already indented with
spaces when a tab could have been used, and to use spaces (or tabs)
otherwise --- but considering how touchy and particular people have
seemed to be about this issue, I wouldn't expect much support for
anything but the inconsistent status quo.
signature.asc
Description: OpenPGP digital signature
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Daniel Colascione, 2014/04/20
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Eli Zaretskii, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Daniel Colascione, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Stephen J. Turnbull, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Eli Zaretskii, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Daniel Colascione, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Eli Zaretskii, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Juanma Barranquero, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Lars Magne Ingebrigtsen, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Josh, 2014/04/21
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el,
Daniel Colascione <=
- Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Stefan Monnier, 2014/04/21
Re: [Emacs-diffs] trunk r117000: Untabify cl-macs.el, Stefan Monnier, 2014/04/22