Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / cd / a735fcdfa3e31258728bd79fe883401ee219be
1 Return-Path: <aaronecay@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B7534429E25\r
6         for <notmuch@notmuchmail.org>; Mon, 19 Dec 2011 09:58:58 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 7Jcfl2+o2+pc for <notmuch@notmuchmail.org>;\r
17         Mon, 19 Dec 2011 09:58:58 -0800 (PST)\r
18 Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com\r
19         [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 5D286431FB6\r
22         for <notmuch@notmuchmail.org>; Mon, 19 Dec 2011 09:58:58 -0800 (PST)\r
23 Received: by qadb15 with SMTP id b15so4217274qad.5\r
24         for <notmuch@notmuchmail.org>; Mon, 19 Dec 2011 09:58:57 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type:content-transfer-encoding;\r
28         bh=7PahtzCkCId6MOS7uc823psDXVlgvhamTlM7fsB0uCk=;\r
29         b=cajjJsy2Zro4ZdCA2HgI+EXJXXxEUwp3sNDEujxC+4/BD2cD5vULAjhwWKmmAamUgv\r
30         nMdSKpD12IF2Xn3arZn5A1/S3s+y6vvsyb8SSF4mxcNk3zzHefaGpThnSI/tZoxDoogB\r
31         SS1p7KEfChfVrSkL6aEmIjeEt/NF1O0d8q02w=\r
32 Received: by 10.224.220.14 with SMTP id hw14mr26391395qab.42.1324317537827;\r
33         Mon, 19 Dec 2011 09:58:57 -0800 (PST)\r
34 Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73])\r
35         by mx.google.com with ESMTPS id eb5sm41494093qab.10.2011.12.19.09.58.56\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Mon, 19 Dec 2011 09:58:56 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH] emacs: Add `notmuch-jump-to-recent-buffer'.\r
41 In-Reply-To: <cunmxaozh8v.fsf@hotblack-desiato.hh.sledj.net>\r
42 References: <1290426664-15745-1-git-send-email-dme@dme.org>\r
43         <cunmxaozh8v.fsf@hotblack-desiato.hh.sledj.net>\r
44 User-Agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org)\r
45         Emacs/24.0.92.3 (i386-apple-darwin10.8.0)\r
46 Date: Mon, 19 Dec 2011 12:58:53 -0500\r
47 Message-ID: <m28vm8moiq.fsf@gmail.com>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=utf-8\r
50 Content-Transfer-Encoding: quoted-printable\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Mon, 19 Dec 2011 17:58:58 -0000\r
64 \r
65 (Please excuse the lack of inline comments on the patch =E2=80=93 the origi=\r
66 nal\r
67 patch email is so old that I had deleted it from my archives!)\r
68 \r
69 progn...set-buffer should be with-current-buffer\r
70 or...eq...eq... would be cleaner as (memq major-mode '(foo bar baz))\r
71 \r
72 Otherwise, LGTM\r
73 \r
74 --=20\r
75 Aaron Ecay\r