Hi, I'm using jikes as compiler with jde, and set the compiler option +E to let it output error messages in emacs-format. When an error occurs, javac produces messages in a format like Test.java:5: cannot resolve symbol while the output of jikes is like Test.java:5:5:5:7: Error: Type Bla was not found. The problem are the numbers following the line number: After executing next-error a second time, emacs is asking: Find this error in: (default 5) ~/tmp/ I don't know, what it wants me to do. But, how can I change this, that he just jumps to the next error. -- Martin Monsorno mailto:[EMAIL PROTECTED]
