Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / b9 / 29ea006904f7b2d5ce2e1a7c8681484cbc099d
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 058BF431FAE\r
6         for <notmuch@notmuchmail.org>; Mon, 14 Dec 2009 15:10:21 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id Gjv73Ey4Hqyn for <notmuch@notmuchmail.org>;\r
11         Mon, 14 Dec 2009 15:10:19 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id 14BBB431FBC\r
14         for <notmuch@notmuchmail.org>; Mon, 14 Dec 2009 15:10:19 -0800 (PST)\r
15 Received: from\r
16         fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
17         ([142.167.182.194] helo=localhost)\r
18         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
19         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
20         id 1NKK3W-00034a-9F; Mon, 14 Dec 2009 19:10:18 -0400\r
21 Received: from bremner by localhost with local (Exim 4.69)\r
22         (envelope-from <bremner@pivot.cs.unb.ca>)\r
23         id 1NKK3Q-0003wC-UG; Mon, 14 Dec 2009 19:10:12 -0400\r
24 From: David Bremner <david@tethera.net>\r
25 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
26 In-Reply-To: <87k4wp2noq.fsf@yoom.home.cworth.org>\r
27 References: <87iqcapijl.fsf@pivot.cs.unb.ca>\r
28         <87k4wp2noq.fsf@yoom.home.cworth.org>\r
29 Date: Mon, 14 Dec 2009 19:10:12 -0400\r
30 Message-ID: <87skbdcfu3.fsf@pivot.cs.unb.ca>\r
31 MIME-Version: 1.0\r
32 Content-Type: text/plain; charset=us-ascii\r
33 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
34 Subject: Re: [notmuch] RFC: output json from notmuch?\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.12\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Mon, 14 Dec 2009 23:10:21 -0000\r
48 \r
49 On Mon, 14 Dec 2009 14:30:45 -0800, Carl Worth <cworth@cworth.org> wrote:\r
50 \r
51 > I'm still not sure of the need to depend on a library just to *generate*\r
52 > any particular format. I would expect that job to be so constrained as\r
53 > to be almost trivial. I won't necessarily block a patch based on that,\r
54 > but I think we should at least look at how easy it would be to just emit\r
55 > the syntax manually.\r
56 \r
57 OK, I'll wait for Scott's patch, and see how he is using cJSON. Just\r
58 stealing a few functions might be the way to go.\r
59 \r
60 The cJSON code is less horrifying after running through indent. Now all\r
61 we need is "indent --carl" :)\r
62 \r
63 d\r
64 \r