semantic-php
semantic-php copied to clipboard
max-specpdl-size & max-lisp-eval-depth
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