[PATCH 2/3] ruby: allow build with RUNPATH
[notmuch-archives.git] / 2b / 2fd40bdcae74ef01e269fb810f69ed86f3b007
1 Return-Path: <tomi.ollila@nixu.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 634F5431FD0\r
6         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 01:17:23 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 jbKnc22DOXQ9 for <notmuch@notmuchmail.org>;\r
16         Tue, 25 Oct 2011 01:17:23 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id A9B99431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 25 Oct 2011 01:17:22 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p9P8HKpg032389\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Tue, 25 Oct 2011 11:17:20 +0300\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p9P8HKxp032388;\r
29         Tue, 25 Oct 2011 11:17:20 +0300\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@iki.fi>\r
33 To: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= <aidecoe@aidecoe.name>\r
34 Subject: Re: [PATCH] Separate Emacs miscellaneous files directory from Emacs\r
35         code directory.\r
36 References: <1319481298-2837-1-git-send-email-aidecoe@aidecoe.name>\r
37         <87d3dl98m0.fsf@zancas.localnet> <87vcrdh7df.fsf@thor.loria.fr>\r
38         <1319530138-sup-2148@ittemni>\r
39 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
40         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
41         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
42 Date: Tue, 25 Oct 2011 11:17:20 +0300\r
43 In-Reply-To: <1319530138-sup-2148@ittemni> ("Amadeusz =?utf-8?B?xbtvxYJu?=\r
44         =?utf-8?B?b3dza2kiJ3M=?= message of\r
45         "Tue, 25 Oct 2011 10:11:38 +0200")\r
46 Message-ID: <yf6pqhlv627.fsf@taco2.nixu.fi>\r
47 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=utf-8\r
50 Content-Transfer-Encoding: quoted-printable\r
51 Cc: notmuch <notmuch@notmuchmail.org>\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Tue, 25 Oct 2011 08:17:23 -0000\r
65 \r
66 On Tue 25 Oct 2011 11:11, Amadeusz =C5=BBo=C5=82nowski <aidecoe@aidecoe.nam=\r
67 e> writes:\r
68 \r
69 > Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200:\r
70 >> However there is something annoying in the commit:\r
71 >>=20\r
72 >> +# The directory to which emacs lisp files should be installed\r
73 >> +emacsetcdir=3D${EMACSETCDIR}\r
74 >>=20\r
75 >> $EMACSETCDIR is not for emacs lisp files (that's what $EMACSLISPDIR is\r
76 >> for), so this line needs be fixed.\r
77 >\r
78 > Ups. :-)  Just fixed with patch sent moment ago.\r
79 \r
80 And managed to write comment with line length more than 80 chars ;/\r
81 \r
82 >\r
83 > Regards,\r
84 >\r
85 > --=20\r
86 > Amadeusz =C5=BBo=C5=82nowski\r
87 \r
88 Tomi\r