Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 36 / cecf9899f5b4274fb735891d0d9938fb7beb2f
1 Return-Path: <rodney@rodney.id.au>\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 41C68429E5F\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 14:42:40 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 TYjhZLJvRsqj for <notmuch@notmuchmail.org>;\r
16         Tue, 17 Jan 2012 14:42:38 -0800 (PST)\r
17 Received: from rodney.id.au (rodney.id.au [178.79.159.183])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 66A80429E27\r
21         for <notmuch@notmuchmail.org>; Tue, 17 Jan 2012 14:42:38 -0800 (PST)\r
22 Received: from 232.26-200-80.adsl-dyn.isp.belgacom.be ([80.200.26.232]\r
23         helo=boekje.home)\r
24         by rodney.id.au with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:16)\r
25         (Exim 4.77) (envelope-from <rodney@rodney.id.au>)\r
26         id 1RnHjf-0000i1-06; Tue, 17 Jan 2012 22:42:35 +0000\r
27 From: Rodney Lorrimar <dev@rodney.id.au>\r
28 To: Aaron Ecay <aaronecay@gmail.com>, notmuch@notmuchmail.org\r
29 Subject: Re: Infinite loop in emacs interface\r
30 In-Reply-To: <m2k44qb573.fsf@gmail.com>\r
31 References: <87pqei8d0h.fsf@boekje.home> <m2k44qb573.fsf@gmail.com>\r
32 User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/24.0.92.1\r
33         (x86_64-pc-linux-gnu)\r
34 Date: Tue, 17 Jan 2012 23:44:40 +0100\r
35 Message-ID: <87fwfe3q5j.fsf@boekje.home>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 X-SA-Exim-Connect-IP: 80.200.26.232\r
39 X-SA-Exim-Mail-From: rodney@rodney.id.au\r
40 X-SA-Exim-Scanned: No (on rodney.id.au); SAEximRunCond expanded to false\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 17 Jan 2012 22:42:40 -0000\r
54 \r
55 Hi,\r
56 \r
57 Actually, this is starting to look like a problem with gnus in the\r
58 latest emacs-snapshot.\r
59 \r
60 I didn't notice before, but when I view the thread, I get this error:\r
61 \r
62 Debugger entered--Lisp error: (void-variable gnus-inhibit-images)\r
63   mm-shr((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
64   mm-inline-text-html((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
65   mm-display-inline((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
66   mm-display-part((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
67   notmuch-show-mm-display-part-inline(...snipped...)\r
68   notmuch-search-show-thread(nil)\r
69   call-interactively(notmuch-search-show-thread nil nil)\r
70 \r
71 Someone seems to have come across it quite a while ago.\r
72 \r
73 http://lists.gnu.org/archive/html/emacs-devel/2010-11/msg00625.html\r
74 \r
75 This is quite strange because the previous emacs snapshot (20120105) was\r
76 working OK.\r
77 \r
78 Running this code before viewing the thread seems to remove the error\r
79 and stop the infinite loop:\r
80 \r
81 (defvar gnus-inhibit-images nil "*testing")\r
82 (set-variable 'gnus-inhibit-images nil)\r
83 \r
84 But that's about the extent of my elisp knowledge. I'm not sure how to\r
85 actually fix the bug.\r
86 \r
87 \r
88 Cheers,\r
89 \r
90 Rodney\r