Re: Investigating quickfix functionality

2004-12-01 Thread William Bland
On Thu, 2004-12-02 at 09:19 +1300, Len Trigg wrote: > Phillip Lord <[EMAIL PROTECTED]> wrote: > > > "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. W

Re: Investigating quickfix functionality

2004-12-01 Thread Len Trigg
Phillip Lord <[EMAIL PROTECTED]> wrote: > > "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

RE: Investigating quickfix functionality

2004-11-29 Thread Nascif Abousalh-Neto
Hi Kai, Great job! Take a look at flymake.el and jde-flymake.el. Together they provide on-the-fly compilation to JDEE. This makes for a nice complement to your module; you wouldn't have to do a full compile to get the compilation buffer in order to call qfix. As soon as flymake kicks in and de

Re: Investigating quickfix functionality

2004-11-29 Thread Phillip Lord
> "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 littl