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 20CF8429E54 for ; Sun, 22 Jan 2012 02:56:36 -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 b1SsfHNuh0S1 for ; Sun, 22 Jan 2012 02:56:34 -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 7B6B8429E40 for ; Sun, 22 Jan 2012 02:56:34 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 7FC8F20640; Sun, 22 Jan 2012 11:56:32 +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=8yy3B2d3oKhoDCIRNkxO1Q XV0mM=; b=QylAyR66D68yOSNXq4coH2zjUL2jwGN0X2ytck18Bj88qDup/6zvW8 5dmGG0IoLjF4EOIYWYK+nKDrMCDh+i05Foai5+Oag7eS5i5xiM7+7d+J6ryMHckG 1DY20kbOYkinVkVX7AEbz7m+T3EdTqjBVOT2OX/3B4WOOZagDRFfI= 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=B2xP96Lh4JkVZR2b uDzvJSSULJdsKl6e8M3jyy7mui1bRI5LMstLm4fgQ3LsgvU44zrrE0aVkczmRBu5 FyTCsSJV3Di3RgOB6wDMb+7eqdbXZsQ2WZTeavC2r43m4qxFTyjsn8L6evRXwwDJ aUbPDmV9GcQJI6YhYn97pBSzavY= 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; Sun, 22 Jan 2012 11:56:32 +0100 (CET) From: Xavier Maillard To: Tomi Ollila , notmuch@notmuchmail.org Subject: Re: [PATCH] .dir-locals.el: changed one-char comment prefix '; ' to two; '; ; ' In-Reply-To: <1327221347-31130-1-git-send-email-tomi.ollila@iki.fi> References: <1327221347-31130-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: Sun, 22 Jan 2012 11:56:32 +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: Sun, 22 Jan 2012 10:56:36 -0000 On Sun, 22 Jan 2012 10:35:47 +0200, Tomi Ollila wrote: > Like in emacs/*.el two comment chars (;;) is required so that > (indent-region) doesn't break indentation. > --- > .dir-locals.el | 6 +++--- +1 /Xavier