At 04:51 PM 6/23/99 -0700, you wrote:
>Hi Paul,
>
> I started playing the the jde-help-class function today, and had a
>few problems. I was a bit confused that the release notes say there is a
>jde-help-symbol, but the closest thing I could find is jde-help-class.
>
A slip of the tongue betraying the fact that my ultimate goal is to provide
help on
any symbol, e.g., a method or field name, not just a class.
> First, JDE doesn't like the JDK 1.1 style documentation that is not
>contained in a directory tree structure (java.lang.String instead of
>java/lang/String). I made a jde-help-get-javadoc-old that doesn't do the
>(substitute) call in the first let statement to fix it. I also had to
>"adjust" the jde-help-class function to create doc-files and doc-files-old
>variables in the let statement, then clumsily try each one to cover the JDK
>1.1 and JDK 1.2 cases in a fashion that is invisible to the user.
>
I don't understand the issue here. It's been a while since I used JDK
1.1.x, but
my recollection is that the html files for JDK 1.1.x are also in a directory
structure that mirrors the package structure, i.e., String.html is in
the java/lang subdirectory of the JDK 1.1.x docs directory.
> Second, I ran into problems because Internet Explorer didn't like
I posted instructions on how to get browse-url to work with Internet
Explorer to the NT/Emacs list some months ago.
>URL's that look like C:\progra~1\jdk1.2.1\doc\api/java/lang/String.html. It
>apparently didn't like the forward slashes. I tried making it all forward
>slashes, and that didn't work. I added a (substitute ?\\ ?/ doc-file) in
>the browse-url call in jde-show-document to fix this one.
>
> I also can't find the definition of jde-find-and-import. Is there
Sorry, meant to write jde-wiz-find-and-import.
>some extra setup hoops I need to go through? And while I'm at it, I noticed
>that sometimes the C-C C-V * key mappings disappear in JDE mode when I've
>screwed up some of the customize variables for JDE. Is this something
>expected?
No, but note that if you are using project files and you install a new version
of the JDE with new key bindings, you should, for each project, display the
Projects customize buffer and select the "reset to standard settings " for
the jde-key-bindings variable. This will cause the new settings to appear.
- Paul