[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / 70 / 1ee2e35fb1d50bc0866e9ef2367c56534486a6
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 E687B431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 04:17:45 -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 tzX0IxPrgfsX for <notmuch@notmuchmail.org>;\r
16         Wed, 18 Jan 2012 04:17:45 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.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 32BDC431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 04:17:45 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so4353334wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 18 Jan 2012 04:17:44 -0800 (PST)\r
24 Received: by 10.180.14.72 with SMTP id n8mr36025801wic.22.1326889063834;\r
25         Wed, 18 Jan 2012 04:17:43 -0800 (PST)\r
26 Received: from localhost ([109.131.97.13])\r
27         by mx.google.com with ESMTPS id g12sm54522443wiw.10.2012.01.18.04.17.42\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 18 Jan 2012 04:17:43 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Edmondson <dme@dme.org>, notmuch <notmuch@notmuchmail.org>\r
32 Subject: Re: [PATCH] v2 [RFC] emacs: merge overhauled\r
33         `notmuch-cycle-notmuch-buffers' into `notmuch'\r
34 In-Reply-To: <cunk44pmi7k.fsf@hotblack-desiato.hh.sledj.net>\r
35 References: <87r4yza95m.fsf@praet.org>\r
36         <1326732415-21894-1-git-send-email-pieter@praet.org>\r
37         <cun39bftw9b.fsf@hotblack-desiato.hh.sledj.net>\r
38         <87fwfd8h0i.fsf@praet.org>\r
39         <cunk44pmi7k.fsf@hotblack-desiato.hh.sledj.net>\r
40 User-Agent: Notmuch/0.11+86~g67f4140 (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-unknown-linux-gnu)\r
42 Date: Wed, 18 Jan 2012 13:15:55 +0100\r
43 Message-ID: <87obu19pfo.fsf@praet.org>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain; charset=us-ascii\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Wed, 18 Jan 2012 12:17:46 -0000\r
59 \r
60 On Wed, 18 Jan 2012 10:13:35 +0000, David Edmondson <dme@dme.org> wrote:\r
61 > On Wed, 18 Jan 2012 11:03:09 +0100, Pieter Praet <pieter@praet.org> wrote:\r
62 > > > [...] What's wrong with '(loop ... collect ...)'?\r
63 > > \r
64 > > Nothing at all.  I was fixing my own patch [1] without resorting to\r
65 > > requiring the `cl' package at runtime :)  Would be nice if we could\r
66 > > get rid of the compile-time dependency as well, though.\r
67\r
68 > Can you explain why it's necessary at runtime?\r
69 \r
70 Because otherwise `remove-if-not' and `member-if-not' would\r
71 be void, as you alluded to previously [1,2].\r
72 \r
73 \r
74 Peace\r
75 \r
76 -- \r
77 Pieter\r
78 \r
79 [1] id:"cunvcob52ku.fsf@hotblack-desiato.hh.sledj.net"\r
80 [2] id:"cun1uqz50p4.fsf@hotblack-desiato.hh.sledj.net"\r