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

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

Re: [21.1]: max-specpdl-size needs to be increased for regexp-opt


From: Stefan Monnier
Subject: Re: [21.1]: max-specpdl-size needs to be increased for regexp-opt
Date: 10 Jan 2002 10:59:58 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

>>>>> "Marshall," == Marshall, Simon <simon.marshall@misys.com> writes:
> Otherwise large lists can raise an error.  I suggest adding
> (max-specpdl-size (* 1024 1024))
> to the let form in regexp-opt, in the same way as max-lisp-eval-depth is
> already wrapped.

Now that I think about it I think they should indeed both be
rebound but not to some arbitrarily large value but to
something proportional to (length strings) instead.


        Stefan



reply via email to

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