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 438A9421192 for ; Wed, 1 Feb 2012 06:22:49 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 b24d-r4bZgb7 for ; Wed, 1 Feb 2012 06:22:48 -0800 (PST) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 74B42429E5B for ; Wed, 1 Feb 2012 06:22:48 -0800 (PST) Received: by bke11 with SMTP id 11so1210308bke.26 for ; Wed, 01 Feb 2012 06:22:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=p+ua8PV7E+yJZnmN6UGFJ6pObshfJln/6WSNpKCVxO0=; b=vzcmcxzl9hiEIoy7pe6hRtT/Wp87KghnQeq82jc3Sp4PalATgklRkIzQ7qeGUfC29K tloqotLRxelbBs3F6ZJgW0YmPXf73M8l1GOPheWSBzNGBvkQitAzdCCnRpWxJ92ENgwf f+GECcNdK4FIM2bleIpcNTDqsdhvtcqHa6IvU= Received: by 10.205.124.15 with SMTP id gm15mr13158948bkc.63.1328106166962; Wed, 01 Feb 2012 06:22:46 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id o26sm48807015bko.14.2012.02.01.06.22.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Feb 2012 06:22:46 -0800 (PST) From: Dmitry Kurochkin To: Pieter Praet , David Edmondson , David Bremner , Jani Nikula Subject: Re: [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when ..." In-Reply-To: <874nva7jkk.fsf@praet.org> References: <87k44uprvy.fsf@praet.org> <1326532638-22068-1-git-send-email-pieter@praet.org> <87y5ssxam7.fsf@zancas.localnet> <87ty3fycje.fsf@zancas.localnet> <874nva7jkk.fsf@praet.org> User-Agent: Notmuch/0.11+139~gd9b7cab (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 01 Feb 2012 18:21:33 +0400 Message-ID: <87bopimy6q.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch Mail 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, 01 Feb 2012 14:22:49 -0000 On Wed, 01 Feb 2012 14:46:19 +0100, Pieter Praet wrote: > On Mon, 30 Jan 2012 09:23:40 +0000, David Edmondson wrote: > > On Sat, 28 Jan 2012 13:14:45 -0400, David Bremner wrote: > > > On Sat, 28 Jan 2012 14:55:22 +0200, Jani Nikula wrote: > > > > On Jan 28, 2012 2:41 PM, "David Bremner" wrote: > > > > > > > > Sometimes someone (Dmitry?) sent patches that separated a small functional > > > > change, and the big non-functional indentation change it caused, > > > > separately. Would you prefer (or tolerate ;) that style? > > > > > > Hmm, that might be nicer, I'm not 100% sure. > > > > > > I wouldn't say it's mandatory for a patch like this (and I'd say other > > > peoples views on what's easy to review are at least as important as mine > > > here). > > > > Each patch should be valid in the repository without any following > > patches (preceding are obviously okay). Incorrect indentation would > > disqualify a patch from being 'valid', so it shouldn't be accepted. > > +1. > > Indentation corrections should always be part of the same patch as > the change(s) that invalidated the indentation in the first place. > > Spotting the *actual* (non-indentation) changes is a non-issue > when using `diff-refine-hunk' (or a wrapper thereof [1]). > Must... resist... getting... into... this...