At 06:28 PM 5/9/99 -0600, you wrote:
>Paul Kinnucan <[EMAIL PROTECTED]> wrote:
>I have posted a beta of release 2.1.6 of the JDE on the JDE
>website.
>
>http://sunsite.auc.dk/jde/
>
>The beta introduces a Java parser and a new version of the JDE's class
>import wizard and fixes a few bugs. See release notes below for details.
>
>This release also includes the jtags scripts which were inadvertently
>omitted from the previous release. I'm not sure these scripts are needed
>anymore as the latest version of etags works with Java source.
>
>I'd be interested in suggestions for features based on the Java parser.
>
>When I downloaded the new version, I don't know why but the option
>jde-parse wasn't available(after load a java file) I had to add
>a line in .emacs like this:
>(load "jde-parse")
>
I forgot to require jde-parse. I'll fix this shortly.
>Then when we execute the jde-parse in a Buffer with a java file
>with a sintax error like a ; that is missing, the message indicates
>the line and column that is expecting something, but we can't jump
>to line line. It would be nice we could do that like in the compilation
>option.
>
Yes, this is desirable.
- Paul