Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A85D6431FBD for ; Tue, 14 Feb 2012 13:57:50 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OyyDsajQ+V4C for ; Tue, 14 Feb 2012 13:57:49 -0800 (PST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by olra.theworths.org (Postfix) with ESMTP id 72628431FBC for ; Tue, 14 Feb 2012 13:57:49 -0800 (PST) Received: from [120.136.5.22] (helo=narsil) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1RxQNe-00019i-CY; Tue, 14 Feb 2012 21:57:46 +0000 Received: by narsil (Postfix, from userid 1000) id 565EA520C90; Wed, 15 Feb 2012 10:57:42 +1300 (NZDT) From: Michael Hudson-Doyle To: Rodney Lorrimar , notmuch@notmuchmail.org Subject: Re: notmuch-emacs bug report -- infinite looping trying to select next message In-Reply-To: <87zkcllpkv.fsf@boekje.home> References: <877gzql7e3.fsf@canonical.com> <87zkcllpkv.fsf@boekje.home> User-Agent: Notmuch/0.11.1 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 15 Feb 2012 10:57:42 +1300 Message-ID: <87ty2tjcx5.fsf@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 21:57:50 -0000 Thanks for the reply! On Tue, 14 Feb 2012 10:41:20 +0100, Rodney Lorrimar wrote: > Hi Michael, > > On Tue, 14 Feb 2012 11:01:56 +1300, Michael Hudson-Doyle wrote: > > The attached gzipped mbox appears to trip up the emacs interface. The > > problem seems to come from the message with id > > CAGNsrLCWv6=36q+q+5Hc_SzgdZ2ergeKkapT7T3xXvim=2cK+A@mail.gmail.com. > > > > If you load up the thread in emacs, you get a message: > > > > mm-extern-cache-contents: Couldn't find access type > > If you put (require 'gnus-art) into your .emacs and eval it, does the > problem go away? No. > I had a similar problem when running a newer emacs-snapshot with > notmuch. See this thread: id:"87d3aaqyur.fsf@eve.chaoflow.net" I'm running emacs-snapshot-gtk from Ubuntu Oneiric, emacs-version says GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5) of 2011-08-15 on allspice, modified by Debian > > Then attempting to advance past the last display message (or pressing A, > > or a few other things I expect gets emacs to loop indefinitely. > > toggle-debug-on-quit gets me this backtrace: > > I believe the actual bug is in gnus but I don't really like the loop on > error behaviour of notmuch. I would like to try and fix it but haven't > found the time. As far as I can tell, gnus isn't involved here. I may be wrong, of course! Cheers, mwh