Re: [PATCH] emacs: globally replace non-branching "(if COND (progn ..." with "(when...
authorPieter Praet <pieter@praet.org>
Wed, 1 Feb 2012 13:47:34 +0000 (14:47 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:52 +0000 (09:43 -0800)
04/79e2958d136847937115f71c4632e53e2ee4e2 [new file with mode: 0644]

diff --git a/04/79e2958d136847937115f71c4632e53e2ee4e2 b/04/79e2958d136847937115f71c4632e53e2ee4e2
new file mode 100644 (file)
index 0000000..1d9de95
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <pieter@praet.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 20F6F421192\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 05:49:32 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id KGpxvEDuF+YE for <notmuch@notmuchmail.org>;\r
+       Wed,  1 Feb 2012 05:49:31 -0800 (PST)\r
+Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 55337431E64\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 05:49:31 -0800 (PST)\r
+Received: by werb10 with SMTP id b10so1084060wer.26\r
+       for <notmuch@notmuchmail.org>; Wed, 01 Feb 2012 05:49:30 -0800 (PST)\r
+Received: by 10.180.105.129 with SMTP id gm1mr13060480wib.1.1328104170093;\r
+       Wed, 01 Feb 2012 05:49:30 -0800 (PST)\r
+Received: from localhost ([109.131.39.11])\r
+       by mx.google.com with ESMTPS id bj10sm44871490wib.9.2012.02.01.05.49.29\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 01 Feb 2012 05:49:29 -0800 (PST)\r
+From: Pieter Praet <pieter@praet.org>\r
+To: David Bremner <david@tethera.net>\r
+Subject: Re: [PATCH] emacs: globally replace non-branching "(if COND (progn\r
+       ..." with "(when ..."\r
+In-Reply-To: <871uqgzgsr.fsf@zancas.localnet>\r
+References: <87k44uprvy.fsf@praet.org>\r
+       <1326532638-22068-1-git-send-email-pieter@praet.org>\r
+       <871uqgzgsr.fsf@zancas.localnet>\r
+User-Agent: Notmuch/0.11+132~ga81001f (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Wed, 01 Feb 2012 14:47:34 +0100\r
+Message-ID: <87y5sm64y1.fsf@praet.org>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 01 Feb 2012 13:49:32 -0000\r
+\r
+On Mon, 30 Jan 2012 23:34:12 -0400, David Bremner <david@tethera.net> wrote:\r
+> On Sat, 14 Jan 2012 10:17:18 +0100, Pieter Praet <pieter@praet.org> wrote:\r
+> > Less code, same results, without sacrificing readability.\r
+> > \r
+> > ---\r
+> \r
+> Sorry, it conflicts with Jamie's patches that I just pushed.\r
+> \r
+\r
+Please don't apologize for doing the right thing :)\r
+\r
+Rebased patch follows.\r
+\r
+\r
+> d\r
+\r
+\r
+Peace\r
+\r
+-- \r
+Pieter\r