>>>>> "Kai" == Kai Grossjohann <[EMAIL PROTECTED]> writes:
Kai> I had been using Eclipse for some time a year ago. One thing I Kai> really liked about it was the quickfix functionality. When the Kai> compiler found an error in your source code, you could hit Kai> Ctrl+1 to pop up a little menu which suggested some remedies. Kai> Because I missed it so much, I investigate whether it would be Kai> possible to get this in Emacs, as well. It seems it would be Kai> possible in principle. Kai> This version only knows two kinds of errors: unreported Kai> exception, and cannot resolve symbol class Foo. Kai> I'd appreciate any comments or help or patches. Kai> What do people think? Kai I think this sort of functionality would be great, particularly within JDE. I'd make a couple of suggestions though; First, I think you want to factor out the qfix code from the refactoring functionality of which you already have some. The latter will be useful in their own right. Second, I think you will need to make, qfix-unreported-exception-regexp and similar variables into lists. I use jikes to compile in general (because it gives error column info as well as line), and I am sure others will use different compilers still. Finally, I guess that you are on the CVS version of emacs. next-error-last-buffer doesn't exist in mine. Cheers Phil
