Re: [PATCH 1/3] build: don't overwrite DISTCLEAN in performance-test
[notmuch-archives.git] / a5 / 37c3e9c56d9e436b4418a06ced09876c887f01
1 Return-Path: <flo@chaoflow.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 D1DE7429E54\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 06:38:06 -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 xFqJkUJ9dyFH for <notmuch@notmuchmail.org>;\r
16         Mon, 23 Jan 2012 06:38:06 -0800 (PST)\r
17 Received: from tesla.chaoflow.net (tesla.chaoflow.net [188.40.54.22])\r
18         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 16E0D429E21\r
21         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 06:38:06 -0800 (PST)\r
22 Received: from eve.chaoflow.net (host-188-174-211-69.customer.m-online.net\r
23         [188.174.211.69])\r
24         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
25         (No client certificate requested)\r
26         (Authenticated sender: flo@chaoflow.net)\r
27         by tesla.chaoflow.net (Postfix) with ESMTPSA id BE75C11973;\r
28         Mon, 23 Jan 2012 15:38:04 +0100 (CET)\r
29 Received: by eve.chaoflow.net (Postfix, from userid 1000)\r
30         id 8129D44937; Mon, 23 Jan 2012 15:38:04 +0100 (CET)\r
31 From: Florian Friesdorf <flo@chaoflow.net>\r
32 To: Rodney Lorrimar <dev@rodney.id.au>, Aaron Ecay <aaronecay@gmail.com>,\r
33         notmuch@notmuchmail.org\r
34 Subject: Re: Infinite loop in emacs interface\r
35 In-Reply-To: <87d3aaqyur.fsf@eve.chaoflow.net>\r
36 References: <87pqei8d0h.fsf@boekje.home> <m2k44qb573.fsf@gmail.com>\r
37         <87fwfe3q5j.fsf@boekje.home> <87d3aaqyur.fsf@eve.chaoflow.net>\r
38 User-Agent: Notmuch/0.11 (http://notmuchmail.org) Emacs/24.0.92.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Mon, 23 Jan 2012 15:38:04 +0100\r
41 Message-ID: <87aa5eqyb7.fsf@eve.chaoflow.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-Virus-Scanned: clamav-milter 0.97.3 at tesla\r
45 X-Virus-Status: Clean\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: Mon, 23 Jan 2012 14:38:07 -0000\r
59 \r
60 On Mon, 23 Jan 2012 15:26:20 +0100, Florian Friesdorf <flo@chaoflow.net> wrote:\r
61 > On Tue, 17 Jan 2012 23:44:40 +0100, Rodney Lorrimar <dev@rodney.id.au> wrote:\r
62 > > \r
63 > > Debugger entered--Lisp error: (void-variable gnus-inhibit-images)\r
64 > >   mm-shr((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
65 > >   mm-inline-text-html((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
66 > >   mm-display-inline((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
67 > >   mm-display-part((#<buffer  *temp*> ("text/html") nil nil nil nil nil nil))\r
68 > >   notmuch-show-mm-display-part-inline(...snipped...)\r
69 > >   notmuch-search-show-thread(nil)\r
70 > >   call-interactively(notmuch-search-show-thread nil nil)\r
71\r
72 > With emacs from git master as of today\r
73 > (1f48de2bbf78c87c1dee6425181b31be60d39c7c) and notmuch-0.11 you can\r
74 > workaround it:\r
75\r
76 > (require 'gnus-art)\r
77\r
78 > With emacs pretest 24.0.92 there is a bug in gnus.\r
79\r
80 > Fixes/workarounds are discussed in:\r
81 > "[PATCH] emacs: Make the part content available to `mm-inline* checks"\r
82 \r
83 sorry, was discussed in:\r
84 [RFC][PATCH] emacs: Provide scaffolding so that the new `shr' HTML renderer can run.\r
85 \r
86 -- \r
87 Florian Friesdorf <flo@chaoflow.net>\r
88   GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083\r
89 Jabber/XMPP: flo@chaoflow.net\r
90 IRC: chaoflow on freenode,ircnet,blafasel,OFTC\r