Gnus development mailing list
 help / color / mirror / Atom feed
From: Michael Welsh Duggan <md5i@cs.cmu.edu>
Subject: Re: lisp nesting exceeds 'max-eval-depth
Date: Mon, 17 Jan 2000 06:55:41 GMT	[thread overview]
Message-ID: <v1tln5pi3uu.fsf@maru.rem.cs.cmu.edu> (raw)
In-Reply-To: <20000116204455.B3507@sre-4-139.urbanet.ch>

Pieter Wenk <pwenk@urbanet.ch> writes:

> It happens, that I am getting:
> 
>  lisp nesting exceeds 'max-eval-depth
> 
> How can I correct this. Kai suggested I am adding in 
> ~/.emacs  (setq max-specpdl-size 9999)
> 
> what I have done...
> 
> Unfortunately the problem is not solved.
> 
> Any ideas what I have to do ?

`max-eval-depth' exists to protect against infinite recursion.  What
this error message means in this case is that emacs's call stack has
reached a depth of 9999.  This is an unlikely depth for normal usage
of gnus.  (I run with a `max-eval-depth' of 1500 with no problems.)
What are you trying to do when the problem occurs?  Try setting
`debug-on-error' to t and see if the resulting backtrace looks like a
case of infinite recursion.  If you think this is still a Gnus related
problem, post the repeating bit of the backtrace here.

-- 
Michael Duggan
(md5i@cs.cmu.edu)



  reply	other threads:[~2000-01-17  6:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-16 19:44 Pieter Wenk
2000-01-17  6:55 ` Michael Welsh Duggan [this message]
2000-01-17  7:03   ` Pieter Wenk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v1tln5pi3uu.fsf@maru.rem.cs.cmu.edu \
    --to=md5i@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).