Re: bug#6214: 23.1; json-read-string crashes emacs with long string
[notmuch-archives.git] / 51 / 107ef9cfa7b90585ac14ff32ad9f939c56c88f
1 Return-Path: <prvs=jrosenthal=72618203d@jhu.edu>\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 430A54196F0\r
6         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:03:14 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=unavailable\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 Jpd6AEZl9e7N for <notmuch@notmuchmail.org>;\r
16         Tue, 27 Apr 2010 09:03:12 -0700 (PDT)\r
17 Received: from ipex4.johnshopkins.edu (ipex4.johnshopkins.edu\r
18         [128.220.161.141])\r
19         by olra.theworths.org (Postfix) with ESMTP id 4CC85431FC1\r
20         for <notmuch@notmuchmail.org>; Tue, 27 Apr 2010 09:03:12 -0700 (PDT)\r
21 X-IronPort-AV: E=Sophos;i="4.52,280,1270440000"; d="scan'208";a="359887384"\r
22 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky)\r
23         ([69.255.36.229])\r
24         by ipex4.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         27 Apr 2010 12:03:11 -0400\r
26 Received: from jkr by lucky with local (Exim 4.69)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1O6nFe-0002MG-51; Tue, 27 Apr 2010 12:03:10 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: Carl Worth <cworth@cworth.org>,\r
31         Notmuch developer list <notmuch@notmuchmail.org>\r
32 Subject: [PATCH-V2 2/2] emacs: require notmuch-message.el from notmuch.el\r
33 In-Reply-To: <87vdbcki2t.fsf@jhu.edu>\r
34 References: <87d3xlkpsc.fsf@jhu.edu> <87fx2gnccg.fsf@yoom.home.cworth.org>\r
35         <87vdbcki2t.fsf@jhu.edu>\r
36 User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1\r
37         (i486-pc-linux-gnu)\r
38 Date: Tue, 27 Apr 2010 12:03:10 -0400\r
39 Message-ID: <87sk6gkhmp.fsf@jhu.edu>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 27 Apr 2010 16:03:14 -0000\r
55 \r
56 \r
57 Add a (require 'notmuch-message) to notmuch.el. This is for functions that\r
58 specifically target message mode (and, in the future, notmuch-message\r
59 mode).\r
60 ---\r
61  emacs/notmuch.el |    1 +\r
62  1 files changed, 1 insertions(+), 0 deletions(-)\r
63 \r
64 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
65 index 488458a..57e1140 100644\r
66 --- a/emacs/notmuch.el\r
67 +++ b/emacs/notmuch.el\r
68 @@ -56,6 +56,7 @@\r
69  (require 'notmuch-mua)\r
70  (require 'notmuch-hello)\r
71  (require 'notmuch-maildir-fcc)\r
72 +(require 'notmuch-message)\r
73  \r
74  (defcustom notmuch-search-result-format\r
75    `(("date" . "%s ")\r
76 -- \r
77 1.6.3.3\r
78 \r