From bad0e9f991a19a1b3872b18748cff56a66742879 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Wed, 1 Feb 2012 14:05:44 +0000 Subject: [PATCH] Re: [PATCH v2] emacs: globally replace non-branching "(if COND (progn ..." with "(when ..." --- 09/ade43a00a188ddccce7831b3f05de54f30da5b | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 09/ade43a00a188ddccce7831b3f05de54f30da5b diff --git a/09/ade43a00a188ddccce7831b3f05de54f30da5b b/09/ade43a00a188ddccce7831b3f05de54f30da5b new file mode 100644 index 000000000..29971420b --- /dev/null +++ b/09/ade43a00a188ddccce7831b3f05de54f30da5b @@ -0,0 +1,82 @@ +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 81495431E64 + for ; Wed, 1 Feb 2012 06:05:53 -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 AS7WEkuQe74t for ; + Wed, 1 Feb 2012 06:05:53 -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 + BE419429E5B for ; Wed, 1 Feb 2012 06:05:52 -0800 + (PST) +Received: by wgbdt12 with SMTP id dt12so1159033wgb.2 + for ; Wed, 01 Feb 2012 06:05:51 -0800 (PST) +Received: by 10.180.85.105 with SMTP id g9mr11266733wiz.12.1328105151491; + Wed, 01 Feb 2012 06:05:51 -0800 (PST) +Received: from hotblack-desiato.hh.sledj.net + (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) + by mx.google.com with ESMTPS id dw7sm30370934wib.4.2012.02.01.06.05.49 + (version=TLSv1/SSLv3 cipher=OTHER); + Wed, 01 Feb 2012 06:05:50 -0800 (PST) +Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) + id 15A51A0141; Wed, 1 Feb 2012 14:05:48 +0000 (GMT) +To: Pieter Praet , David Bremner +Subject: Re: [PATCH v2] emacs: globally replace non-branching "(if COND (progn + ..." with "(when ..." +In-Reply-To: <1328104200-13458-1-git-send-email-pieter@praet.org> +References: <87y5sm64y1.fsf@praet.org> + <1328104200-13458-1-git-send-email-pieter@praet.org> +User-Agent: Notmuch/0.11+138~g7f657cf (http://notmuchmail.org) Emacs/24.0.92.1 + (x86_64-pc-linux-gnu) +From: David Edmondson +X-Now-Playing: Pete Lazonby: Sacred Cycles (Quivver remix) (Global Underground + 016: Dave Seaman in Cape Town (disc 2)) +Date: Wed, 01 Feb 2012 14:05:44 +0000 +Message-ID: +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha1; protocol="application/pgp-signature" +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:05:53 -0000 + +--=-=-= +Content-Type: text/plain + +On Wed, 1 Feb 2012 14:50:00 +0100, Pieter Praet wrote: +> Less code, same results, without sacrificing readability. + +I didn't check the indentation, but the sense of the changes is good. + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEARECAAYFAk8pRrgACgkQaezQq/BJZRb79ACcDcA7otsAiE2Ia8AGrr/xIcW4 +bbQAn0dUBLRdFJMUhADDOzfJtempQIPG +=V0XN +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2