Re: gmail label support patch available for oflineimap
[notmuch-archives.git] / fb / 96ed522a2bc61a3a5b9a93497053c237e68c41
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 36A3A40BC7F\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Aug 2010 09:28:06 -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 AJSxH6LiSytw for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Aug 2010 09:27:56 -0700 (PDT)\r
17 Received: from pantheon-po41.its.yale.edu (pantheon-po41.its.yale.edu\r
18         [130.132.50.98])\r
19         by olra.theworths.org (Postfix) with ESMTP id 41C9B40BC74\r
20         for <notmuch@notmuchmail.org>; Tue, 17 Aug 2010 09:27:56 -0700 (PDT)\r
21 Received: from furry ([64.134.241.179]) (authenticated bits=0)\r
22         by pantheon-po41.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id\r
23         o7HGRQuG006042\r
24         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
25         Tue, 17 Aug 2010 12:27:27 -0400\r
26 Received: by furry (Postfix, from userid 1000)\r
27         id 05A81C013; Tue, 17 Aug 2010 12:27:26 -0400 (EDT)\r
28 From: Chong Yidong <cyd@stupidchicken.com>\r
29 To: Stefan Monnier <monnier@iro.umontreal.ca>\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>\r
37 Date: Tue, 17 Aug 2010 12:27:25 -0400\r
38 In-Reply-To: <87pqxhmg0i.fsf@stupidchicken.com> (Chong Yidong's message of\r
39         "Tue, 17 Aug 2010 11:10:37 -0400")\r
40 Message-ID: <87sk2dxl01.fsf@stupidchicken.com>\r
41 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2.50 (gnu/linux)\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed)\r
45 Cc: 6214@debbugs.gnu.org, Notmuch mailing list <notmuch@notmuchmail.org>\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Tue, 17 Aug 2010 16:28:06 -0000\r
59 \r
60 Chong Yidong <cyd@stupidchicken.com> writes:\r
61 \r
62 > Hmm, there is a problem, though.  If we attempt to avoid a stack\r
63 > overflow in `apply' by using the heap rather than the stack to store\r
64 > large numbers of arguments, those arguments are invisible to the\r
65 > stack-marking gargbage collector.\r
66 \r
67 Never mind, I got confused.  SAFE_ALLOCA uses record_unwind_protect, so\r
68 it's gc safe.\r