Hope no one minds me posting to this list, but I suppose there are
experienced jdok users on it. Yesterday, I gave jdok a try and didn't
get too far. The problem is in functionality so common that I'm thinking
I could hava a configuration problem. Here is what happens. I invoke
jdok-generate-java-template once on the first line of a class - no
problem. Then I invoke it again on the first line of a method and emacs
hangs indefinitely causing me to have to kill it. Has anyone else seen
this behavior? I tried this on a very simple test case
public class MyClass extends A implements B {
public Interger foo(Integer i, String s) throws X {
}
}
Versions:
nt 4.0
ntemacs 20.6.1
jde2.1.6beta23
jdk1.2.2
Chuck Irvine