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 A5C00431FB6 for ; Tue, 23 Nov 2010 16:39:10 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 2l4JseGisldN for ; Tue, 23 Nov 2010 16:39:09 -0800 (PST) Received: from defaultvalue.org (defaultvalue.org [70.85.129.156]) by olra.theworths.org (Postfix) with ESMTP id D7327431FB5 for ; Tue, 23 Nov 2010 16:39:09 -0800 (PST) Received: from omen.defaultvalue.org (localhost [127.0.0.1]) by defaultvalue.org (Postfix) with ESMTP id 0A17690D34 for ; Tue, 23 Nov 2010 18:39:08 -0600 (CST) Received: from raven.defaultvalue.org (raven.defaultvalue.org [192.168.1.7]) by omen.defaultvalue.org (Postfix) with ESMTP id D11BC50135 for ; Tue, 23 Nov 2010 18:39:07 -0600 (CST) Received: by raven.defaultvalue.org (Postfix, from userid 1000) id 90BE87C40F9; Tue, 23 Nov 2010 18:39:07 -0600 (CST) From: Rob Browning To: notmuch Subject: Re: C coding conventions for notmuch References: <4CEC0C88.5030304@fifthhorseman.net> Date: Tue, 23 Nov 2010 18:39:07 -0600 In-Reply-To: <4CEC0C88.5030304@fifthhorseman.net> (Daniel Kahn Gillmor's message of "Tue, 23 Nov 2010 13:48:40 -0500") Message-ID: <87k4k3lfmc.fsf@raven.defaultvalue.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Wed, 24 Nov 2010 00:39:10 -0000 Daniel Kahn Gillmor writes: > attached is a .dir-locals.el file; placed in the root of the notmuch > source tree, it makes emacs pick the default coding style (at least, > using the style i see in notmuch-show.c today). Carl also suggested he might want to folow "linux" style in general, so perhaps: ((c-mode . ((c-file-style "linux") (indent-tabs-mode . t) (tab-width . 8) (c-basic-offset . 4)))) -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4