At 01:30 PM 9/5/00 -0400, you wrote:
>Using:
>emacs 20.7.1 (i386-*-nt4.0.1381)
>JDE 2.2.3
>Speedbar 0.12
>Semantic 1.2.1
>Elib-1.0
>
>Now the toy example works, but my java file still dies, so I've included the
>problem file as an attachment.
>
>Here's the bug report:
>-------------------------------------------
>This bug report will be sent to the Free Software Foundation,
> not to your local site managers!!
>Please write in English, because the Emacs maintainers do not have
>translators to read other languages for them.
>
>In GNU Emacs 20.7.1 (i386-*-nt4.0.1381)
> of Tue Jun 13 2000 on buffy
>configured using `configure NT'
>
>Please describe exactly what actions triggered the bug
>and the precise symptoms of the bug:
>
>see below!
>
>Recent input:
>menu-bar help-menu report-emacs-bug
>
>Recent messages:
>Loading u:/Working/tsc/edu/jhuapl/strike/data/prj.el (source)...
>Loading project.el (source)...
>Loading project.el (source)...done
>Loading u:/Working/tsc/edu/jhuapl/strike/data/prj.el (source)...done
>Fontifying TASKIN~1.JAV...
>Fontifying TASKIN~1.JAV... (regexps.............)
>Loading u:/Working/tsc/edu/jhuapl/strike/data/prj.el (source)...done
>File mode specification error: (error "Variable binding depth exceeds
>max-specpdl-size")
Yes, I get this error too. It appears that your file requires a lot of
recursing to parse correctly. So trying increasing the value of
max-specpdl-size in your .emacs file, e.g.,
(setq max-specpdl-size 5000)
- Paul
>Loading emacsbug...
>Loading emacsbug...done
>
>
>
>------------
>Thomas C. Smith
>JHU/APL VSS-2 Dynamic Strike Control
>25-148
>(443)778-6457 voice
>(443)778-6663 fax
>
>
>-----Original Message-----
>From: Paul Kinnucan [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, September 05, 2000 7:58 AM
>To: Thomas Smith; [EMAIL PROTECTED]
>Subject: Re: JDE problem
>
>
>At 11:03 AM 9/5/00 -0400, you wrote:
>>emacs 20.7.1 (i386-*-nt4.0.1381)
>>JDE 2.1.9
>>Speedbar 0.11.1
>>Semantic 1.2.1
>>
>>There's a problem loading a file for the first time that has inner
>>classes three deep that contain member functions.
>>
>>Like this
>>--------------------------
>>class JdeBug {
>> class Inner1 {
>> public void ok(a) {
>> return;
>> }
>> class Inner2 {
>> public void ok(a) {
>> return;
>> }
>> class Inner3 {
>> public void bug(a) {
>> return;
>> }
>> }
>> }
>> }
>>}
>>--------------------------
>>
>>Mode line symptom:
>> file.java: [###########..............] 72%
>>
>>Problem:
>>The [Classes] menu item stops working.
>>
>>My quick fix:
>> Delete the file's buffer and reload the file.
>>
>>
>>Hope that you can fix this. JDE is a great product!
>>
>>Thanks.
>>
>
>Try the latest version of the JDE (2.2.3) and if it's still broken, let me
>know.
>
>- Paul
>
>>
>>
>>
>------------------------------------------------------------
>HOW TO ASK FOR TECH SUPPORT
>
>When requesting technical support, please generate a problem report, using
>the JDE->Help->Submit Problem Report command, and submit this report along
>with your help request. The Submit Problem Report command is designed to
>gather all the information that someone who does not have direct access to
>your system might need to solve your problem. It saves people who want to
>help you from having to waste time trying to dig relevant information out
>of you. Please note that if you do not get a response to a question, it may
>be because you did not provide sufficient information to solve the problem.
>Filing a problem report is the best way to ensure that you get a response.
>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>JDE website: http://sunsite.auc.dk/jde/
>
>JDE mailing list archive:
>http://www.mail-archive.com/[email protected]/maillist.html
>
>
>Attachment Converted: "g:\eudora\attach\Tasking.java"
>