From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: On tabs and spaces Date: Wed, 14 Jan 2015 23:01:19 -0200 Message-ID: References: <54B6FA42.6000608@yandex.ru> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1ed54d488b9050ca6647f X-Trace: ger.gmane.org 1421283705 16359 80.91.229.3 (15 Jan 2015 01:01:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 01:01:45 +0000 (UTC) Cc: emacs-devel To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 02:01:35 2015 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 1YBYoZ-0003HV-DU for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 02:01:35 +0100 Original-Received: from localhost ([::1]:48680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBYoX-0001Xd-LB for ged-emacs-devel@m.gmane.org; Wed, 14 Jan 2015 20:01:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBYoK-0001XW-W7 for emacs-devel@gnu.org; Wed, 14 Jan 2015 20:01:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBYoK-0003YV-0h for emacs-devel@gnu.org; Wed, 14 Jan 2015 20:01:20 -0500 Original-Received: from mail-oi0-x22a.google.com ([2607:f8b0:4003:c06::22a]:45475) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBYoJ-0003YP-Ra for emacs-devel@gnu.org; Wed, 14 Jan 2015 20:01:19 -0500 Original-Received: by mail-oi0-f42.google.com with SMTP id g201so10150753oib.1 for ; Wed, 14 Jan 2015 17:01:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=riSqS9WR7+zuh6NdX1c+2rC/JHSJ4LrSEkj3Qfun6u4=; b=WgZ1niXEvl9yHayy6vZnsNEw/hgFLqDGO0Ya+eNWd1RMd3WF/OhTTdwpW2CmTbFaVX 9qsr2nC2fpqKOYDcdxSkOD7BVUYZl/ML9gGHSVE9uEwZjNq8E4+LdXiVxQFCjWAf+QG7 uy0nxAdBms6yQ/0VX97xfTR2N8RRpis4qEp0ZQgRPlHflJkPksZYmlSk1zWRBGzmALQL s8RvE04YWXdHtvVWsTjBlGHNRQ3/Bi7nk2vblFN/jXyOao2RedcWDDmKM2KhDtZkK8a+ E8r2PghT1u+N2AnHGeFfC7LrxS/GkC1vbTPMQPeAub6rTGzmY5Gn+hXVBFdV+a3ZNEfl F2Fw== X-Received: by 10.182.131.231 with SMTP id op7mr2876635obb.46.1421283679305; Wed, 14 Jan 2015 17:01:19 -0800 (PST) Original-Received: by 10.76.99.74 with HTTP; Wed, 14 Jan 2015 17:01:19 -0800 (PST) In-Reply-To: <54B6FA42.6000608@yandex.ru> X-Google-Sender-Auth: eEBjJxQMNn40Ggkut_quU_Dn5J8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181271 Archived-At: --001a11c1ed54d488b9050ca6647f Content-Type: text/plain; charset=UTF-8 2015-01-14 21:22 GMT-02:00 Dmitry Gutov : > On 01/15/2015 02:15 AM, Artur Malabarba wrote: > >> Given that `.dir-locals.el' sets `indent-tabs-mode' to nil, >> > > Which one? > None, I must have been delusional. Sorry about this. > > does that >> mean we prefer spaces for indentation everywhere? >> And, if so, would it be acceptable to push a commit that simply converts >> a file from tabs to spaces? >> > > Nope. As per previous discussions, you're only really allowed to > fix/change indentation in the places you make other, meaningful changes to. > > Mostly so that 'git blame' returns meaningful results (it has a -w option, > but that makes it even slower). > Alright. Thanks for answering. --001a11c1ed54d488b9050ca6647f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


2015-01-14 21:22 GMT-02:00 Dmitry Gutov <dgutov@yandex.ru>:
On 01/15/2015 02:15= AM, Artur Malabarba wrote:
Given that `.dir-locals.el' sets `indent-tabs-mode' to nil,

Which one?

None= , I must have been delusional. Sorry about this.
=C2=A0

does that
mean we prefer spaces for indentation everywhere?
And, if so, would it be acceptable to push a commit that simply converts a file from tabs to spaces?

Nope. As per previous discussions, you're only really allowed to fix/ch= ange indentation in the places you make other, meaningful changes to.

Mostly so that 'git blame' returns meaningful results (it has a -w = option, but that makes it even slower).

Alright. Thanks for= answering.
--001a11c1ed54d488b9050ca6647f--