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 83952431FBC for ; Wed, 13 Jan 2010 05:58:45 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.017 X-Spam-Level: X-Spam-Status: No, score=-0.017 tagged_above=-999 required=5 tests=[AWL=-0.018, BAYES_50=0.001] autolearn=ham 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 aDvShiJG0tHW for ; Wed, 13 Jan 2010 05:58:45 -0800 (PST) Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57]) by olra.theworths.org (Postfix) with ESMTP id EF0BD431FAE for ; Wed, 13 Jan 2010 05:58:44 -0800 (PST) Received: from fctnnbsc30w-142167190143.pppoe-dynamic.high-speed.nb.bellaliant.net ([142.167.190.143] helo=rocinante.cs.unb.ca) by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NV3kB-0005Dt-W9; Wed, 13 Jan 2010 09:58:44 -0400 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71) (envelope-from ) id 1NV3i4-0004vM-VM; Wed, 13 Jan 2010 09:56:32 -0400 From: David Bremner To: Ali Polatel , notmuch@notmuchmail.org In-Reply-To: <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org> References: <24296f98dcf960342b02d2e1bbb303fd0ad4fa67.1263389936.git.alip@exherbo.org> Date: Wed, 13 Jan 2010 09:56:32 -0400 Message-ID: <87my0i152n.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender-Verified: bremner@pivot.cs.unb.ca Subject: Re: [notmuch] [PATCH] Import CODING_STYLE from cairo 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, 13 Jan 2010 13:58:45 -0000 On Wed, 13 Jan 2010 15:40:42 +0200, Ali Polatel wrote: > A good way to let new contributors know how to contribute :) Not a bad idea. Also nice would be a style definition for emacs. I started, but did not get very far or even have much confidence it what I did do :) (setq notmuch-c-style '("linux" (c-basic-offset . 4))) (c-add-style "notmuch" notmuch-c-style)