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.

What do people think?

Kai

Attachment: qfix.el
Description: qfix.el

Reply via email to