From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Overriding the value of indent-tabs-mode in Emacs code Date: Wed, 25 May 2016 14:44:18 -0700 Organization: UCLA Computer Science Department Message-ID: References: <87bn3z4l9i.fsf@mat.ucm.es> <1444321464004323@web25h.yandex.ru> <83h9do67pp.fsf@gnu.org> <21f6198c-a2fc-365f-caf7-79fad5027f1c@yandex.ru> <32b48032-8b30-d1d4-259c-8715aad3e7b8@cs.ucla.edu> <86c6d05c-a37f-e223-d0d2-af63d09ed0cc@yandex.ru> <57454B75.6070506@cs.ucla.edu> <794c0e07-4a07-b19e-5faa-68b4b18322e0@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1464212680 21035 80.91.229.3 (25 May 2016 21:44:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 May 2016 21:44:40 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 25 23:44:34 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b5gbR-00035U-Or for ged-emacs-devel@m.gmane.org; Wed, 25 May 2016 23:44:33 +0200 Original-Received: from localhost ([::1]:35352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5gbR-0006qZ-2T for ged-emacs-devel@m.gmane.org; Wed, 25 May 2016 17:44:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5gbK-0006qG-K8 for emacs-devel@gnu.org; Wed, 25 May 2016 17:44:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5gbF-0006yS-NU for emacs-devel@gnu.org; Wed, 25 May 2016 17:44:26 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:42692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5gbF-0006xC-HB for emacs-devel@gnu.org; Wed, 25 May 2016 17:44:21 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 0FF3D16139C; Wed, 25 May 2016 14:44:19 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 8VWvD46zvJzk; Wed, 25 May 2016 14:44:18 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 6946416139F; Wed, 25 May 2016 14:44:18 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XvQSXU_Mjw4d; Wed, 25 May 2016 14:44:18 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 4B57C16139C; Wed, 25 May 2016 14:44:18 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 In-Reply-To: <794c0e07-4a07-b19e-5faa-68b4b18322e0@yandex.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204008 Archived-At: On 05/25/2016 05:48 AM, Dmitry Gutov wrote: > Using spaces for indentation is somehow annoying? How do you even > notice that? I notice it all the time, by running commands like 'git diff' where outputs do not line up. Admittedly these annoyances are minor, but the advantages of switching sources to all-spaces are also minor, and for me the cost of switching to all-spaces outweighs the benefit.