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 C65C3429E54 for ; Sun, 22 Jan 2012 01:03:19 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 WS-H9pkWK3eo for ; Sun, 22 Jan 2012 01:03:19 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2BD51429E40 for ; Sun, 22 Jan 2012 01:03:19 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so1757919wgb.2 for ; Sun, 22 Jan 2012 01:03:18 -0800 (PST) Received: by 10.216.132.4 with SMTP id n4mr1908862wei.19.1327222997897; Sun, 22 Jan 2012 01:03:17 -0800 (PST) Received: from localhost ([109.131.95.182]) by mx.google.com with ESMTPS id q7sm6766858wix.5.2012.01.22.01.03.17 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jan 2012 01:03:17 -0800 (PST) From: Pieter Praet 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+101~g94bf862 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Sun, 22 Jan 2012 10:01:25 +0100 Message-ID: <87y5t0jel6.fsf@praet.org> 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 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 09:03:19 -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. > --- +1 Peace -- Pieter