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 F1C00421192 for ; Tue, 17 Jan 2012 09:38:01 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 IWLqGDiOTrQ8 for ; Tue, 17 Jan 2012 09:38:01 -0800 (PST) Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1C869421181 for ; Tue, 17 Jan 2012 09:38:00 -0800 (PST) Received: by iagz35 with SMTP id z35so10664439iag.26 for ; Tue, 17 Jan 2012 09:37:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=BtRrcIwePnbmOw4CPGFG48jeV1djWuMAuoGfeVQf2d8=; b=Wgz1Ra1E4YH2BY0wCbQAyKEHIt0nXOydLMBHR8/hDLS9Q9Uiw/3cqFR3VPuJQaoDqn ZKR4e4LMuUDH16KlzFCljOCIPoQDVaDOL/X4glYmTqvl5/JUwxDNArqPEJH516RLOfeW Y0sFouXtADKD1wcc3ujnHBFeTpbqP4bRpfrig= Received: by 10.50.155.199 with SMTP id vy7mr4761606igb.27.1326821879648; Tue, 17 Jan 2012 09:37:59 -0800 (PST) Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id 36sm79395139ibc.6.2012.01.17.09.37.56 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Jan 2012 09:37:58 -0800 (PST) From: Aaron Ecay To: Rodney Lorrimar , notmuch@notmuchmail.org Subject: Re: Infinite loop in emacs interface In-Reply-To: <87pqei8d0h.fsf@boekje.home> References: <87pqei8d0h.fsf@boekje.home> User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0) Date: Tue, 17 Jan 2012 12:37:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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, 17 Jan 2012 17:38:02 -0000 Rodney, After converting the mbox file to Maildir and adding it to my mailstore, I cannot reproduce the loop. (The versions of notmuch and emacs I used are close to the ones you have, but not an exact match, so it may be something subtle about those versions. I can investigate more carefully if it seems like this is the case.) If you do: M-x set-variable RET debug-on-quit RET t RET then trigger the loop and press C-g, you should get a buffer showing a backtrace of the lisp stack. What does that say? Thanks, -- Aaron Ecay