[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 7e / ef32d2228e63f4d16c603e8fbce6817e920081
1 Return-Path: <cyd@stupidchicken.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 B807C40BC7D\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Aug 2010 14:47:47 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 zZnA6CCrtmOX for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Aug 2010 14:47:47 -0700 (PDT)\r
17 Received: from pantheon-po23.its.yale.edu (pantheon-po23.its.yale.edu\r
18         [130.132.50.117])\r
19         by olra.theworths.org (Postfix) with ESMTP id 8245140BC77\r
20         for <notmuch@notmuchmail.org>; Tue, 17 Aug 2010 14:47:47 -0700 (PDT)\r
21 Received: from furry ([64.134.241.179]) (authenticated bits=0)\r
22         by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id\r
23         o7HLl0Yg023901\r
24         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
25         Tue, 17 Aug 2010 17:47:03 -0400\r
26 Received: by furry (Postfix, from userid 1000)\r
27         id 34273C013; Tue, 17 Aug 2010 17:46:58 -0400 (EDT)\r
28 From: Chong Yidong <cyd@stupidchicken.com>\r
29 To: Andreas Schwab <schwab@linux-m68k.org>\r
30 Subject: Re: bug#6214: 23.1; json-read-string crashes emacs with long string\r
31 References: <87pr0t5h1q.fsf@yoom.home.cworth.org>\r
32         <87fx1pkrsh.fsf@stupidchicken.com> <87tymzv6ga.fsf@steelpick.2x.cz>\r
33         <878w4afozw.fsf@stupidchicken.com> <87sk2hbq3s.fsf@steelpick.2x.cz>\r
34         <8739ug3mrr.fsf@stupidchicken.com> <87r5i02uo7.fsf@steelpick.2x.cz>\r
35         <874oeuv4le.fsf@stupidchicken.com> <87fwye2sxt.fsf@steelpick.2x.cz>\r
36         <87pqxhmg0i.fsf@stupidchicken.com> <87sk2dxl01.fsf@stupidchicken.com>\r
37         <m2y6c5ez3r.fsf@igel.home>\r
38 Date: Tue, 17 Aug 2010 17:46:57 -0400\r
39 In-Reply-To: <m2y6c5ez3r.fsf@igel.home> (Andreas Schwab's message of "Tue, 17\r
40         Aug 2010 22:57:44 +0200")\r
41 Message-ID: <87wrroj4j2.fsf@stupidchicken.com>\r
42 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)\r
46 Cc: 6214@debbugs.gnu.org, Notmuch mailing list <notmuch@notmuchmail.org>,\r
47         Stefan Monnier <monnier@iro.umontreal.ca>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Tue, 17 Aug 2010 21:47:47 -0000\r
61 \r
62 Andreas Schwab <schwab@linux-m68k.org> writes:\r
63 \r
64 > Chong Yidong <cyd@stupidchicken.com> writes:\r
65 >\r
66 >> Never mind, I got confused.  SAFE_ALLOCA uses record_unwind_protect, so\r
67 >> it's gc safe.\r
68 >\r
69 > No, it isn't.  SAFE_ALLOCA only protects the memory block, you need to\r
70 > use SAVE_ALLOCA_LISP to protect also its contents.\r
71 \r
72 Ah, OK.  Thanks.\r