Am Samstag, 3. April 2004 18:55 schrieb Juergen Spitzmueller:
> Angus Leeming wrote:
> > We could probably get rid of all calls
> > to RunCommand (see below). However, for now, I think that we should
> > just fix the bug.
> 
> OK. I added a FIXME for now.

I think it would be good to mention explicitly that RunCommand can be 
replaced entirely by ForkedCall and the code in ispell.C. I would suggest 
something similar to

        // FIXME: we should try and replace all calls to RunCommand with
        // ForkedCall (if the output is not needed) or the code in ispell.C
        // (if the output is needed).

for the FIXME, so that people looking at this in the future know that it is 
just a matter of pulling the pipe code out of the LaunchIspell class and 
into Forkedcall or a new class ForkedPipeCall or so.


Georg

Reply via email to