From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drain Newsgroups: gmane.emacs.help Subject: RE: max-lisp-eval-depth Date: Sat, 2 Feb 2013 20:53:55 -0800 (PST) Message-ID: <1359867235678-277119.post@n5.nabble.com> References: <1359574923315-276835.post@n5.nabble.com> <87a9rpcil5.fsf@gavenkoa.example.com> <1359833103444-277099.post@n5.nabble.com> <9AE3AFA722F345198AA179D7EC00236E@us.oracle.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1359867249 18752 80.91.229.3 (3 Feb 2013 04:54:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Feb 2013 04:54:09 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 03 05:54:27 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U1raz-0001vN-PA for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Feb 2013 05:54:25 +0100 Original-Received: from localhost ([::1]:51484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1rah-0000Tz-FF for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Feb 2013 23:54:07 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:56364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1raX-0000Tu-Ss for Help-gnu-emacs@gnu.org; Sat, 02 Feb 2013 23:54:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1raW-0000Ft-PL for Help-gnu-emacs@gnu.org; Sat, 02 Feb 2013 23:53:57 -0500 Original-Received: from sam.nabble.com ([216.139.236.26]:38564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1raW-0000Fp-Kl for Help-gnu-emacs@gnu.org; Sat, 02 Feb 2013 23:53:56 -0500 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1U1raV-00078L-M8 for Help-gnu-emacs@gnu.org; Sat, 02 Feb 2013 20:53:55 -0800 In-Reply-To: <9AE3AFA722F345198AA179D7EC00236E@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88923 Archived-At: I believe Wanderlust was not purging my cache; or, at least, not frequently enough. For those future Google searchers out there, this is what solved the problem (at least apparently solved it): "How does the cache work? How can I purge it? Even when using IMAP, wl caches the messages (by default it caches the message being read, and the following one), and stores them in elmo-cache-directory i.e. ~/.elmo. This cache can get quite large. Especially if you tend to run online most of the time, you may want to purg= e it periodically, which can be done by either doing =E2=80=9CM-x elmo-cache-expire-by-size=E2=80=9D or putting something similar in .wl: ;;days since last access, i.e atime. (default: 50) (elmo-cache-expire-by-age 14) ;;kilobytes (default 30000) (elmo-cache-expire-by-size 1024)" http://www.emacswiki.org/emacs/WlFaq#toc6 I noticed that even after deleting all my Inbox messages, WL still indicated that it was storing > 300, though not visible. After M-x elmo-cache-expire-by-size (which took its time -- must have been a large cache), I no longer get the max-lisp-eval depth error. And happily my mail loads much more quickly now.=20 -- View this message in context: http://emacs.1067599.n5.nabble.com/max-lisp-e= val-depth-tp276835p277119.html Sent from the Emacs - Help mailing list archive at Nabble.com.