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 6868E431FD0 for ; Wed, 24 Nov 2010 13:25: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 5dxWXZyBAPle for ; Wed, 24 Nov 2010 13:25:10 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id E14EA431FB5 for ; Wed, 24 Nov 2010 13:25:09 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id E9BE319F3362; Wed, 24 Nov 2010 22:25:08 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id wGdrELfy4JRw; Wed, 24 Nov 2010 22:25:07 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id B40D119F3338; Wed, 24 Nov 2010 22:25:07 +0100 (CET) Received: from steelpick.2x.cz (unknown [213.29.198.144]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id AE196FA005; Wed, 24 Nov 2010 22:25:07 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.72) (envelope-from ) id 1PLMpu-0007Kt-Vy; Wed, 24 Nov 2010 22:25:07 +0100 From: Michal Sojka To: Daniel Kahn Gillmor , notmuch Subject: Re: C coding conventions for notmuch In-Reply-To: <4CEC0C88.5030304@fifthhorseman.net> References: <4CEC0C88.5030304@fifthhorseman.net> User-Agent: Notmuch/0.5-11-g48b5e00 (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Wed, 24 Nov 2010 22:25:06 +0100 Message-ID: <87pqtubej1.fsf@steelpick.2x.cz> 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 21:25:10 -0000 On Tue, 23 Nov 2010, Daniel Kahn Gillmor wrote: > hey notmuch folks-- > > ; emacs local configuration settings for notmuch source > ; surmised by dkg on 2010-11-23 13:43:18-0500 > > ( > (c-mode . ( > (indent-tabs-mode . t) > (tab-width . 8) > (c-basic-offset . 4) ;; I think, that Carl also likes this setting :-) (c-cleanup-list . (space-before-funcall)) > ) > ) > )