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 3DCA2431FAF for ; Sat, 21 Jan 2012 13:45:33 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 raLp+nvV1ROK for ; Sat, 21 Jan 2012 13:45:32 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 1AEF9431FAE for ; Sat, 21 Jan 2012 13:45:32 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id B876E20640; Sat, 21 Jan 2012 22:45:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=YUu0rZ1icAvbxDg58yKNrs 8PsP0=; b=lTiCPsFi1bxS+8iQndT4VY1gBxunlmPMOu/SSw5vCR3A1FhzCBAy2F 5TTLQTVIbdfeKI5ye8ewrEDMq+KbGldID/KbyQVdql9ky61+I0B1Ikidsy303QAV 4jM61WEs5jBNHgStb/OjWrql/yws9isfNsorm+7GtZMhWI0tUp7ns= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=xT/YX2VGWxe1zEv+ ++vJYxKmWQvY9LyLhrNbbz4OY9FzprLlA1m+Ct7Jn6hH96NdpIcnPFILSUN/8qrq n+auwcLtQZSiBaOXzw7z46lPtDS/BGRjj8cCw9cT2D860Uu8oaRwhYOkNhjVq/ia sK2Ij2ntug5cOjtF0L1cr8yGciM= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Sat, 21 Jan 2012 22:45:21 +0100 (CET) From: Xavier Maillard To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs/*.el: changed one-char comment prefix '; ' to two; '; ; ' In-Reply-To: <1327157068-21378-1-git-send-email-tomi.ollila@iki.fi> References: <1327157068-21378-1-git-send-email-tomi.ollila@iki.fi> User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Sat, 21 Jan 2012 22:45:20 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Tomi Ollila X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jan 2012 21:45:33 -0000 On Sat, 21 Jan 2012 16:44:28 +0200, Tomi Ollila wrote: > In order for emacs (indent-region) to (re)indent emacs lisp > properly there needs to be at least 2 comment characters (;;). > --- > > resubmitted as the old patch does not apply cleanly anymore. > > emacs/notmuch-hello.el | 4 +- > emacs/notmuch-lib.el | 16 +++--- > emacs/notmuch-show.el | 16 +++--- > emacs/notmuch.el | 118 ++++++++++++++++++++++++------------------------ > 4 files changed, 77 insertions(+), 77 deletions(-) You should add dir-locals.el to this list. Otherwise, +1 /Xavier