help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: error: Lisp nesting exceeds max-lisp-eval-depth


From: Pascal Bourguignon
Subject: Re: error: Lisp nesting exceeds max-lisp-eval-depth
Date: 11 Nov 2004 16:06:57 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

"cvs user" <emacs_user@hotmail.com> writes:
> and the resulting *Messages* buffer is attached.  turning on debugging
> on error, or using --debug-init switch does not result in any traceback
> information, unfortunately...

And setting debug-on-error and/or debug-on-quit?

(setq debug-on-error t)
==> break in the debugger every time an error messages would be displayed.

(setq debug-on-quit t) 
==> break in the debugger every time you type C-g.

(unless you're already in the debugger, with a *Backtrace* window open).

-- 
__Pascal Bourguignon__


reply via email to

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