Re: small bufferview func question

2001-06-20 Thread Edwin Leuven
> > In BufferView_pimpl.C:1036 > > in the function void BufferView::Pimpl::cursorToggle() > > the function sigchldhandler(int, int *) > > is called, which is a function from the spellcheck code. > > Shouldn't sigchldchecker(int, int *) be called instead? > > Why do you think this is the right one

Re: small bufferview func question

2001-06-19 Thread Jean-Marc Lasgouttes
> "Edwin" == Edwin Leuven <[EMAIL PROTECTED]> writes: Edwin> Hi, A small question: Edwin> In Edwin> BufferView_pimpl.C:1036 Edwin> in the function Edwin> void BufferView::Pimpl::cursorToggle() Edwin> the function Edwin> sigchldhandler(int, int *) Edwin> is called, which is a function f

small bufferview func question

2001-06-16 Thread Edwin Leuven
Hi, A small question: In BufferView_pimpl.C:1036 in the function void BufferView::Pimpl::cursorToggle() the function sigchldhandler(int, int *) is called, which is a function from the spellcheck code. Shouldn't sigchldchecker(int, int *) be called instead? Thanks, Ed.