At 12:25 PM 12/21/00 -0500, Charles Rich wrote:
>The following file causes parsing to freeze at 93% of the buffer
>in JDE2.2.6 using eieio-0.15, elib-1.0, semantic-1.3.2, and speedbar-0.13a
>(as required) in FSF Emacs 20.6.1.
>
>(Btw, it compiles fine.)
>

Try putting this in your .emacs file.

(setq max-specpdl-size 1000)

which works for me on your file.

The semantic bovinator is a highly recursive parser. The more complicated
the Java file, the more it recurses. It can easily exceed Emacs'
conservative limit on recursion.

- Paul


Reply via email to