Kai Grossjohann writes:
 > I had been using Eclipse for some time a year ago.  One thing I really
 > liked about it was the quickfix functionality.  When the compiler
 > found an error in your source code, you could hit Ctrl+1 to pop up a
 > little menu which suggested some remedies.
 > 
 > Because I missed it so much, I investigate whether it would be
 > possible to get this in Emacs, as well.  It seems it would be possible
 > in principle.
 > 
 > This version only knows two kinds of errors: unreported exception, and
 > cannot resolve symbol class Foo.
 > 
 > I'd appreciate any comments or help or patches.

Hi Kai,

A quick fix capability would be a nice addition to the JDEE. If you'd
like to pursue this, I suggest that you integrate what you have into
the JDEE immediately to encourage others to try it out and thereby
provide you with feedback. Integrating it into the JDEE means among
other things, prefixing symbols with jde-. I suggest you use the
prefix: jde-qfix- for quick fix symbols, that you rename your package
jde-qfix.el, and that you sent me the updated file. I will add the
necessary require statement to jde.el and submit the source code to
the JDEE CVS repository. If you would like write access to the CVS
repository, provide me with a user name and encrypted password (see
Developer's Corner on the JDEE website).

Paul


 > 
 > What do people think?
 > 
 > Kai
 > 

Reply via email to