Re: [PATCH v4 01/16] add util/search-path.{c, h} to test for executables in $PATH
[notmuch-archives.git] / a9 / f523676b412090a406f692e93d243725ef3502
1 Return-Path: <pieter@praet.org>\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 CE06E429E40\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:30:05 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id GEGQhqvg0-ig for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Jan 2012 03:30:05 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 2747B429E3B\r
21         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:30:05 -0800 (PST)\r
22 Received: by werh12 with SMTP id h12so1342847wer.26\r
23         for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 03:30:04 -0800 (PST)\r
24 Received: by 10.216.139.217 with SMTP id c67mr3438144wej.21.1326713395750;\r
25         Mon, 16 Jan 2012 03:29:55 -0800 (PST)\r
26 Received: from localhost ([109.131.75.86])\r
27         by mx.google.com with ESMTPS id ex2sm33472539wib.1.2012.01.16.03.29.55\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Mon, 16 Jan 2012 03:29:55 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Edmondson <dme@dme.org>, Austin Clements <amdragon@MIT.EDU>\r
32 Subject: Re: [PATCH] [RFC] emacs: merge overhauled\r
33         `notmuch-cycle-notmuch-buffers' into `notmuch'\r
34 In-Reply-To: <cunvcob52ku.fsf@hotblack-desiato.hh.sledj.net>\r
35 References: <cunpqek597g.fsf@hotblack-desiato.hh.sledj.net>\r
36         <1326710551-23122-1-git-send-email-pieter@praet.org>\r
37         <cunvcob52ku.fsf@hotblack-desiato.hh.sledj.net>\r
38 User-Agent: Notmuch/0.11+78~g6c58370 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Mon, 16 Jan 2012 12:28:06 +0100\r
41 Message-ID: <87wr8rc2ex.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 16 Jan 2012 11:30:05 -0000\r
58 \r
59 On Mon, 16 Jan 2012 11:06:25 +0000, David Edmondson <dme@dme.org> wrote:\r
60 > On Mon, 16 Jan 2012 11:42:31 +0100, Pieter Praet <pieter@praet.org> wrote:\r
61 > > CLisp'ier version of `notmuch-cycle-notmuch-buffers', merged into `notmuch',\r
62 > > eliminating the need to hog yet another keybind.\r
63\r
64 > The lisp-ier-ness changes are good.\r
65\r
66 > I'm less sure about the functional change. Sometimes I want to go back\r
67 > to where I was, other times I want to go to `notmuch-hello'. [...]\r
68 \r
69 Hmmm, true.  The path of least resistance is elusive.\r
70 \r
71 > [...] I suppose\r
72 > that I can replace my binding for `notmuch' with one for\r
73 > `notmuch-hello'.\r
74\r
75 \r
76 Perhaps we could use `ido-completion-help', like Org-mode does with\r
77 `org-iswitchb' ?  OTOH, that would require an extra [RET].  Bah...\r
78 \r
79 > Hmm, yes, that seems reasonable.\r
80\r
81 > > FYI: causes 2 compile warnings due to requiring the cl package at runtime.\r
82\r
83 > `cl' is still `eval-when-compile' though - won't that break?\r
84 \r
85 Haven't noticed any issues here, apart from the complaints @ compilation.\r
86 \r
87 \r
88 Peace\r
89 \r
90 -- \r
91 Pieter\r