Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 62852429E25 for ; Tue, 7 Jun 2011 00:00:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.699 X-Spam-Level: X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qwmm6t4INauo for ; Tue, 7 Jun 2011 00:00:25 -0700 (PDT) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E3901431FB6 for ; Tue, 7 Jun 2011 00:00:24 -0700 (PDT) Received: by qwb7 with SMTP id 7so2493392qwb.26 for ; Tue, 07 Jun 2011 00:00:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=wiSCrmrANZrg5NIWag3PI0Pwk5nGkbVcGcmPV1g8Cic=; b=LdP1xDlXCe+pYrrCFqloA5NoCAXbeAPFmSqdhXnmWI9Fpd/hepVqlKnL4tfp+s59OH N6LFOa6qSMX2g+TPvZ3O5nAVX9xWFnKZocNPQS51KKUwn/Goo6m//AyiCZ9FOT4/IUeg niN5a1UpfZNL4nj511HT/TTgZ3+0cJs+qzX28= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=QdQMv9fhQgfVpqJsX+o+djV9nUoI9pcc/GHTTsXG1xUUPFnBfpaTgDoRBNZiXaJ4bn cl7oxBaeTZfSE2nj7MSsT0CTIVAliBfyhEKeju/yoajNDsAzu9+cCKVu4FrE/WEjbtx0 rnG3cSUQ2Wm45wcRxWPo2X3AdYUUx8UjDVijQ= MIME-Version: 1.0 Received: by 10.229.43.73 with SMTP id v9mr4272240qce.30.1307430023712; Tue, 07 Jun 2011 00:00:23 -0700 (PDT) Sender: amdragon@gmail.com Received: by 10.229.211.148 with HTTP; Tue, 7 Jun 2011 00:00:23 -0700 (PDT) In-Reply-To: <20110606233814.5f23b0e4@smart> References: <1307424025-20889-1-git-send-email-amdragon@mit.edu> <20110606233814.5f23b0e4@smart> Date: Tue, 7 Jun 2011 03:00:23 -0400 X-Google-Sender-Auth: f24M-VM7LeoFZfgPKPud4c9Yxco Message-ID: Subject: Re: [PATCH] Add dir-locals style variables for C++ and Elisp code. From: Austin Clements To: Dima Kogan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 07:00:25 -0000 On Tue, Jun 7, 2011 at 2:38 AM, Dima Kogan w= rote: >> On Tue, =A07 Jun 2011 01:20:25 -0400 >> Austin Clements wrote: >> >> Also, slightly reformat dir-locals.el so that the settings align and >> to make it friendlier for future additions. > > Should we also add: > > (tab-always-indent . nil) tab-always-indent is a user-interface preference and definitely shouldn't be overridden by .dir-locals. (Personally, I would go crazy if I had tab-always-indent set to nil.) > (indent-tabs-mode =A0. t) I'll add this for shell-mode. As I pointed out in my reply to Dmitry, this shouldn't be set globally. Are there any other specific modes it should be set for? > Otherwise the setups of people who normally use spaces will still > insert spaces when 'tab' is depressed.