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 20F6F421192 for ; Wed, 1 Feb 2012 05:49:32 -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 KGpxvEDuF+YE for ; Wed, 1 Feb 2012 05:49:31 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 55337431E64 for ; Wed, 1 Feb 2012 05:49:31 -0800 (PST) Received: by werb10 with SMTP id b10so1084060wer.26 for ; Wed, 01 Feb 2012 05:49:30 -0800 (PST) Received: by 10.180.105.129 with SMTP id gm1mr13060480wib.1.1328104170093; Wed, 01 Feb 2012 05:49:30 -0800 (PST) Received: from localhost ([109.131.39.11]) by mx.google.com with ESMTPS id bj10sm44871490wib.9.2012.02.01.05.49.29 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Feb 2012 05:49:29 -0800 (PST) From: Pieter Praet To: David Bremner Subject: Re: [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when ..." In-Reply-To: <871uqgzgsr.fsf@zancas.localnet> References: <87k44uprvy.fsf@praet.org> <1326532638-22068-1-git-send-email-pieter@praet.org> <871uqgzgsr.fsf@zancas.localnet> User-Agent: Notmuch/0.11+132~ga81001f (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Wed, 01 Feb 2012 14:47:34 +0100 Message-ID: <87y5sm64y1.fsf@praet.org> 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 13:49:32 -0000 On Mon, 30 Jan 2012 23:34:12 -0400, David Bremner wrote: > On Sat, 14 Jan 2012 10:17:18 +0100, Pieter Praet wrote: > > Less code, same results, without sacrificing readability. > > > > --- > > Sorry, it conflicts with Jamie's patches that I just pushed. > Please don't apologize for doing the right thing :) Rebased patch follows. > d Peace -- Pieter