At 10:14 AM 5/11/99 -0500, [EMAIL PROTECTED] wrote:
>Brad Giaccio wrote:
>>
>> I'm not sure about that error.  But is there 
>> any reason you can't just run XEmacs instead? 
>
>I confess that I didn't know that a win32 build
>of xemacs was available.  I'll look for one and
>try that out.
>

The current version of NT/XEmacs has a bug in its external process
invocation code that prevents display of GUI Java apps launched by the JDE.
I'd recommend NOT using NT/XEmacs for Java development until this issue is
resolved. The XEmacs team has promised to alert me as soon as the bug is fixed.

>David Starks-Browning found mismatched parentheses
>in my _emacs file (thanks again!) but it did not
>make the problem go away.  I'm still getting the
>following message, even when visiting an empty
>*.java source-file...
>
>File mode specification error: (error "Lisp nesting exceeds
>max-lisp-eval-depth")
>

Put the following in your _emacs file

(setq debug-on-error t)

and see if you get a backtrace. The backtrace would help to pinpoint where
the problem is occurring.

Also try reverting to the cc-mode that comes with 20.3.1 and see if the
error occurs.

- Paul

Reply via email to