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

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

RE: [External] : `max-specpdl-size' and `max-lisp-eval-depth'


From: Drew Adams
Subject: RE: [External] : `max-specpdl-size' and `max-lisp-eval-depth'
Date: Sun, 26 Sep 2021 03:53:54 +0000

> I noticed the following messages triggered frequently by Emacs:
> 
> File mode specification error: (error Variable binding depth exceeds
> max-specpdl-size)
> Emacs: nesting exceeds `max-lisp-eval-depth'
> 
> Any hints/suggestions or rule of thumb to set these variables?

You generally shouldn't need to change them.
You're likely coding an infinite recursion, so
the stack overflows.  Check your code - or
narrow the problem down to some bit of code
and post it here, if you can't see how/why
you've cause an infinite recursion.

reply via email to

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