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 E8763431FB6 for ; Mon, 20 Dec 2010 02:15:00 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 3.206 X-Spam-Level: *** X-Spam-Status: No, score=3.206 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FH_HOST_IN_ADDRARPA=2.933, RDNS_DYNAMIC=0.363, T_MIME_NO_TEXT=0.01] 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 1ACcCJe532cE for ; Mon, 20 Dec 2010 02:15:00 -0800 (PST) Received: from silentio.fernseed.info (202.4.169.217.in-addr.arpa [217.169.4.202]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0D99B431FB5 for ; Mon, 20 Dec 2010 02:15:00 -0800 (PST) Received: from localhost (bookbinder.fernseed.info [IPv6:2001:8b0:ff94:1:224:2cff:fe37:838b]) (Authenticated sender: darren) by silentio.fernseed.info (Postfix) with ESMTPSA id 5481984B; Mon, 20 Dec 2010 10:14:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fernseed.info; s=default; t=1292840097; bh=8p8um89FQ1SiiPbl0fBLWMYbYRd2v3JkIhVm3NW0JIg=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=K2CI2zpnfDVDTsbgHnC+e1e08DEZ24OoJvsd225yC4jt7sPUkyMYydbOODjjw4338 OTt4prUGfoWady06DvLYSffMRMvbVEpdqbBriKDTlA3FLz904QaZ8xtQGfs+1HpLfQ oFniOsZROdA6lqV+QEvlpEnzDWk2OTAnACaimg1w= From: Darren McGuicken To: Scott Henson , notmuch Subject: Re: Bug in emacs showing long threads In-Reply-To: References: User-Agent: Notmuch/0.5-17-g68ee132 (http://notmuchmail.org) Emacs/23.2.1 (i686-pc-linux-gnu) Date: Mon, 20 Dec 2010 10:14:40 +0000 Message-ID: <87ipyoagz3.fsf@bookbinder.fernseed.info> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Mon, 20 Dec 2010 10:15:01 -0000 --=-=-= On Sun, 19 Dec 2010 22:27:05 -0500, Scott Henson wrote: > I've been having problems with really long threads for a while when > using notmuch. When I click on them in emacs to display the content, > I get "Lisp nesting exceeds `max-lisp-eval-depth'" Hi Scott, have you tried just bumping up the value of max-lisp-eval-depth from its default value? I'm not sure that gets at the root of the problem but it should at least make the threads viewable. Try adding to your .emacs, something like: (setq max-lisp-eval-depth 1000) --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAk0PLJAACgkQP1ao/7snsT7k4ACfW303rDTKMDeMyxy34BMuNSHo hAcAnRczNcHY75XhLou1zjUtb7xT2/OI =1Say -----END PGP SIGNATURE----- --=-=-=--