Re: [PATCH 3/5] nmbug-status: Add an nmbug-status(5) man page
[notmuch-archives.git] / c7 / 1c4a7dfd5d5ca6282e8b52b95f0e0547f47614
1 Return-Path: <aaronecay@gmail.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 F1C00421192\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 09:38:01 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id IWLqGDiOTrQ8 for <notmuch@notmuchmail.org>;\r
17         Tue, 17 Jan 2012 09:38:01 -0800 (PST)\r
18 Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com\r
19         [209.85.210.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 1C869421181\r
22         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 09:38:00 -0800 (PST)\r
23 Received: by iagz35 with SMTP id z35so10664439iag.26\r
24         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 09:37:59 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type;\r
28         bh=BtRrcIwePnbmOw4CPGFG48jeV1djWuMAuoGfeVQf2d8=;\r
29         b=Wgz1Ra1E4YH2BY0wCbQAyKEHIt0nXOydLMBHR8/hDLS9Q9Uiw/3cqFR3VPuJQaoDqn\r
30         ZKR4e4LMuUDH16KlzFCljOCIPoQDVaDOL/X4glYmTqvl5/JUwxDNArqPEJH516RLOfeW\r
31         Y0sFouXtADKD1wcc3ujnHBFeTpbqP4bRpfrig=\r
32 Received: by 10.50.155.199 with SMTP id vy7mr4761606igb.27.1326821879648;\r
33         Tue, 17 Jan 2012 09:37:59 -0800 (PST)\r
34 Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73])\r
35         by mx.google.com with ESMTPS id 36sm79395139ibc.6.2012.01.17.09.37.56\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Tue, 17 Jan 2012 09:37:58 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: Rodney Lorrimar <dev@rodney.id.au>, notmuch@notmuchmail.org\r
40 Subject: Re: Infinite loop in emacs interface\r
41 In-Reply-To: <87pqei8d0h.fsf@boekje.home>\r
42 References: <87pqei8d0h.fsf@boekje.home>\r
43 User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1\r
44         (i386-apple-darwin10.8.0)\r
45 Date: Tue, 17 Jan 2012 12:37:52 -0500\r
46 Message-ID: <m2k44qb573.fsf@gmail.com>\r
47 MIME-Version: 1.0\r
48 Content-Type: text/plain\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Tue, 17 Jan 2012 17:38:02 -0000\r
62 \r
63 Rodney,\r
64 \r
65 After converting the mbox file to Maildir and adding it to my mailstore,\r
66 I cannot reproduce the loop.  (The versions of notmuch and emacs I used\r
67 are close to the ones you have, but not an exact match, so it may be\r
68 something subtle about those versions.  I can investigate\r
69 more carefully if it seems like this is the case.)\r
70 \r
71 If you do:\r
72 M-x set-variable RET debug-on-quit RET t RET\r
73 then trigger the loop and press C-g, you should get a buffer showing a\r
74 backtrace of the lisp stack.  What does that say?\r
75 \r
76 Thanks,\r
77 \r
78 -- \r
79 Aaron Ecay\r