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: Emanuel Berg
Subject: Re: [External] : `max-specpdl-size' and `max-lisp-eval-depth'
Date: Sun, 26 Sep 2021 06:09:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Drew Adams wrote:

>> 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.

Or google "recursion"...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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