Re: bug#6214: 23.1; json-read-string crashes emacs with long string
[notmuch-archives.git] / b8 / ca517add6203f905c69f65bb9891984f259779
1 Return-Path: <SRS0=UXSl=JK=quadhome.com=scott@srs.perfora.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 B9286431FBC\r
6         for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 17:00:11 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.595\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.595 tagged_above=-999 required=5 tests=[AWL=1.594, \r
12         BAYES_50=0.001] autolearn=ham\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 F7nE88bv-9Tf for <notmuch@notmuchmail.org>;\r
16         Sun, 24 Jan 2010 17:00:11 -0800 (PST)\r
17 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
18         by olra.theworths.org (Postfix) with ESMTP id F0497431FAE\r
19         for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 17:00:10 -0800 (PST)\r
20 Received-SPF: pass (mxus1: domain of quadhome.com designates 68.68.99.250 as\r
21         permitted sender) client-ip=68.68.99.250;\r
22         envelope-from=scott@quadhome.com; helo=julia.quadhome.com; \r
23 Received: from julia.quadhome.com (quadhome.xen.prgmr.com [68.68.99.250])\r
24         by mx.perfora.net (node=mxus1) with ESMTP (Nemesis)\r
25         id 0MYPLV-1NMCdc0FsX-00ViSc for notmuch@notmuchmail.org;\r
26         Sun, 24 Jan 2010 20:00:09 -0500\r
27 Received: from elise.quadhome.com (localhost [127.0.0.1])\r
28         by julia.quadhome.com (Postfix) with ESMTPSA id BDEED5FBC6\r
29         for <notmuch@notmuchmail.org>; Mon, 25 Jan 2010 01:00:05 +0000 (UTC)\r
30 Content-Type: text/plain; charset=UTF-8\r
31 From: Scott Robinson <scott@quadhome.com>\r
32 To: notmuch <notmuch@notmuchmail.org>\r
33 In-reply-to: <1264272821-sup-5331@ben-laptop>\r
34 References: <87hbqgttqz.fsf@convex-new.cs.unb.ca>\r
35         <1264019720-359-1-git-send-email-bgamari.foss@gmail.com>\r
36         <94a0d4531001221658y2eb24146qc9f9f45fbd8b5150@mail.gmail.com>\r
37         <E1NYVNv-0005gt-Vh@bach.exherbo.org>\r
38         <1264272821-sup-5331@ben-laptop>\r
39 Date: Sun, 24 Jan 2010 19:00:04 -0600\r
40 Message-Id: <1264381119-sup-9840@elise>\r
41 User-Agent: Sup/git\r
42 Content-Transfer-Encoding: 8bit\r
43 Subject: Re: [notmuch] [PATCH] Build and link against notmuch shared library\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Mon, 25 Jan 2010 01:00:11 -0000\r
57 \r
58 Excerpts from bgamari.foss's message of Sat Jan 23 12:58:42 -0600 2010:\r
59 > True, but I don't think that this means that we need to link the\r
60 > executable with a C++ compiler. I've tried linking with CC and it seems\r
61 > to succeed, so I don't think there should be a problem changing it.\r
62\r
63 \r
64 Are you using "cc" or "gcc"?\r
65 \r
66 Even when cc is an alias to gcc, there are different semantics. And "cc" vs.\r
67 "cpp" can be even more different on non-GCC compilers.\r
68 \r
69 I wouldn't mess with it. :-)\r