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 D3534429E25 for ; Mon, 6 Jun 2011 23:38:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, 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 0phvmU2srtzY for ; Mon, 6 Jun 2011 23:38:04 -0700 (PDT) Received: from new1.smtp.messagingengine.com (new1.smtp.messagingengine.com [66.111.4.221]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 36808431FB6 for ; Mon, 6 Jun 2011 23:38:04 -0700 (PDT) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id AC0B820730 for ; Tue, 7 Jun 2011 02:38:03 -0400 (EDT) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 07 Jun 2011 02:38:03 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=date:from:to:subject:message-id:in-reply-to:references:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=p0kpwmjijpLHtXEG6IQrANuQrKY=; b=Tm5hcWzbO+AYBYn25OJK1Ns0OUXMoRRDKh8GUUXgwgivOpB0DWVEqmyo6tqr8AdyBJnjBopWuSes4w8p5FZitWJInrKTI7FYq590rtOniRumNZ0/uoCFwhU/QARZ9GhKESh8UEsUQorgi+L8/4nv97/HkVk4M/vAZRMHuf9iBwU= X-Sasl-enc: TePc2y9sKkgtggNFltv5f5pWV3zd5w+B68mxZy9IljPL 1307428683 Received: from smart (cpe-76-175-234-46.socal.res.rr.com [76.175.234.46]) by mail.messagingengine.com (Postfix) with ESMTPSA id 12E0D403C7A for ; Tue, 7 Jun 2011 02:38:02 -0400 (EDT) Date: Mon, 6 Jun 2011 23:38:14 -0700 From: Dima Kogan To: notmuch@notmuchmail.org Subject: Re: [PATCH] Add dir-locals style variables for C++ and Elisp code. Message-ID: <20110606233814.5f23b0e4@smart> In-Reply-To: <1307424025-20889-1-git-send-email-amdragon@mit.edu> References: <1307424025-20889-1-git-send-email-amdragon@mit.edu> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 06:38:05 -0000 > On Tue, 7 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) (indent-tabs-mode . t) Otherwise the setups of people who normally use spaces will still insert spaces when 'tab' is depressed.