emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: debugging "Lisp nesting exceeds max-lisp-eval-depth" error?


From: Richard Stallman
Subject: Re: debugging "Lisp nesting exceeds max-lisp-eval-depth" error?
Date: Tue, 05 Apr 2005 23:03:36 -0400

If things are that messed up, you probably need to do your debugging
in GDB.  You could put a GDB breakpoint at lines like this in eval.c:

        error ("Lisp nesting exceeds max-lisp-eval-depth");

(I think there are two such lines.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]