[Patch v2 1/4] build: integrate building ruby bindings into notmuch build process
[notmuch-archives.git] / 02 / 84f89d57816296b327e0f1383ef28b4c7c3ce1
1 Return-Path: <jrollins@finestructure.net>\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 11183431FBD\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jul 2012 14:13: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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 fOPRzwQw4avJ for <notmuch@notmuchmail.org>;\r
16         Sat, 14 Jul 2012 14:13:21 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 2F7AF431FBC\r
20         for <notmuch@notmuchmail.org>; Sat, 14 Jul 2012 14:13:21 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id C4C2166E0024;\r
23         Sat, 14 Jul 2012 14:13:20 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [76.89.192.57])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id D981B66E00CC;\r
28         Sat, 14 Jul 2012 14:13:13 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 64AF443B; Sat, 14 Jul 2012 14:13:13 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Austin Clements <amdragon@MIT.EDU>\r
33 Subject: Re: [PATCH v2 4/7] emacs: Use result text properties for search\r
34         result iteration\r
35 In-Reply-To: <20120714195003.GF31670@mit.edu>\r
36 References: <1342140319-19859-1-git-send-email-amdragon@mit.edu>\r
37         <1342237406-32507-1-git-send-email-amdragon@mit.edu>\r
38         <1342237406-32507-5-git-send-email-amdragon@mit.edu>\r
39         <87d33yf8bi.fsf@servo.finestructure.net>\r
40         <20120714195003.GF31670@mit.edu>\r
41 User-Agent: Notmuch/0.13.2+89~g9ab91ad (http://notmuchmail.org) Emacs/23.4.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Sat, 14 Jul 2012 14:13:11 -0700\r
44 Message-ID: <874npaqc60.fsf@servo.finestructure.net>\r
45 MIME-Version: 1.0\r
46 Content-Type: multipart/signed; boundary="=-=-=";\r
47         micalg=pgp-sha256; protocol="application/pgp-signature"\r
48 Cc: notmuch@notmuchmail.org\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sat, 14 Jul 2012 21:13:23 -0000\r
62 \r
63 --=-=-=\r
64 \r
65 On Sat, Jul 14 2012, Austin Clements <amdragon@MIT.EDU> wrote:\r
66 > That's strange.  What was the error?\r
67 >\r
68 > I've been testing with\r
69 >    (("date" . "%12s ")\r
70 >     ("count" . "%-7s ")\r
71 >     ("authors" . "%-20s ")\r
72 >     ("subject" . "\n%s ")\r
73 >     ("tags" . "(%s)"))\r
74 > But maybe there are other cases it doesn't handle correctly?\r
75 \r
76 Hrm.  The error was:\r
77 \r
78   error in process filter: wrong type argument: wholenump, -13\r
79 \r
80 However, that's in my test emacs setup.  It works fine in my normal\r
81 emacs session.  Lets assume this is just a problem with my setup that\r
82 I'll look into.\r
83 \r
84 The other problem I seem to be running into is that the\r
85 customize-variable interface definitely doesn't handle newlines very\r
86 well.  If I try to add a '\n' in the interface it gets escaped, so I end\r
87 up with:\r
88 \r
89      ("subject" . "\\n%s ")\r
90 \r
91 If I add the '\n' manually in my config, notmuch-search then interprets\r
92 the string correctly and adds newlines to the search results, but then\r
93 the customize-variable interface interprets the newline and adds a\r
94 newline the string field that kind makes the interface a little weird.\r
95 Is there "proper" way to add a newline to a string value in the\r
96 customize-variable interface that I'm not aware of?\r
97 \r
98 In any event, this is in no way a blocker for this patch series.  This\r
99 is all totally tangential.  The patch series is great.\r
100 \r
101 jamie.\r
102 \r
103 --=-=-=\r
104 Content-Type: application/pgp-signature\r
105 \r
106 -----BEGIN PGP SIGNATURE-----\r
107 Version: GnuPG v1.4.12 (GNU/Linux)\r
108 \r
109 iQIcBAEBCAAGBQJQAeDnAAoJEO00zqvie6q8aM0QAKi9MurNLAj271zbyBpiMQXX\r
110 CE7VUEEfZVzD4xk/knTM5vCPurfqizqjiictSb7DEqHVjwtf3ypANgK4AC4NM6FB\r
111 LOxZ3+WMnkO6s0wCbvz4P4BnGt4NhLZnqLQsdZ0igJbOeD7efRolxR1tEp6y+6H1\r
112 JM8KjaJECTj3fjGceN83vXoBZBpJm6+/6FmvPRnM+1KfMEzEYxeq0kntarvX0fVP\r
113 TJsgYIDexWsGdEWQ6gaBD+7EtB4fVwpPome3LQF8LqjcBmBT8QVveMy776h1Jhih\r
114 4VMKTf6QBEEGU2LBp8VfIbej+Eb0/LgnkaBSg8WrdnR9VX7clZifRcVu+NZTWYpf\r
115 KTlBy4jOQe3eSx43W2BlgPmEU9S1kNvHPLJs4LGgsvo2fI8G3kVVHrrEjF2HwtIu\r
116 Z8hEnopFDmssXZzfSgyy79FVHMsb9ESNbKshiZEHEKxn1BbF9aPiTlWj7jnUeRdE\r
117 paHHDDeWFknQvNOlU/5G6i17xpmMz+nSZ20kIg/VOMFH2mOm7LQJUgiN2/l3M9Ky\r
118 KlZ8eam6RJCDMqEjBDmEnF3O2Tn3RU+OAucXO2YYb8KcOOaPbn9gctznxwBzl7ll\r
119 W2dGRk3n1xf3zYKdmNE/WMlHjbtb7O5KBZrp63ZfRcFbARWBmEp4V4apTi4qqZA8\r
120 YswBM/e/D9Z6oXmMw1zZ\r
121 =Tgpu\r
122 -----END PGP SIGNATURE-----\r
123 --=-=-=--\r