[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 00:13:29 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
On 04/21/2014 12:10 AM, Eli Zaretskii wrote:
>> Date: Sun, 20 Apr 2014 17:28:45 -0700
>> From: Daniel Colascione <address@hidden>
>>
>> On 04/20/2014 05:03 PM, Daniel Colascione wrote:
>>> ------------------------------------------------------------
>>> revno: 117000
>>> revision-id: address@hidden
>>> parent: address@hidden
>>> committer: Daniel Colascione <address@hidden>
>>> branch nick: trunk
>>> timestamp: Sun 2014-04-20 17:03:44 -0700
>>> message:
>>> Untabify cl-macs.el
>>
>> On second thought, I've uncommited this change. It might make it hard to
>> move changes between emacs-24 and trunk. Let's wait until emacs-24
>> ships, then untabify everything once.
>
> Why untabify at all? Using tabs and spaces is the default GNU coding
> style, so why should we stray from that?
In Lisp code, using tabs makes no sense: code is frequently lined up
precisely, so you get a mixture of tabs and spaces anyway, making it
impossible to use a different tab-width. Why would you want to use tabs
at all?
> (It's an uphill battle you'll lose anyway, because many people, yours
> truly included, have indent-tabs-mode set non-nil,
Don't do that then.
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 <=
- 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, 2014/04/21
- 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