semantic-php icon indicating copy to clipboard operation
semantic-php copied to clipboard

max-specpdl-size & max-lisp-eval-depth

Open mauser2 opened this issue 9 years ago • 0 comments

in semantic-php-wy.el, it is hard coded with (setq max-specpdl-size 1400)

i have to setup much larger values to open php files, such as 64000 for both setq max-specpdl-size and max-lisp-eval-depth here.

maybe similar setting with ecb.el: if less than certain value then set it larger? Thanks

mauser2 avatar Apr 15 '16 05:04 mauser2