On Wed, Dec 28, 2005 at 05:24:27PM +0100, Jean-Marc Lasgouttes wrote:
> >>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
> 
> >> So, what do you propose? I guess I could keep mathMacroClose as it
> >> was,
> 
> Andre> Yes.
> 
> >> and put the cursor inside the new inset only when space was
> >> pressed?
> 
> What about that one?

Can't you simply put the new stuff in a separate function?
I always have a feeling that additional bool parameters do
not improve readability, especially when the function in 
question basically looks like

void foo(bool b)
{
        if (b)
                do_something();
        else
                do_something_else();
}

Andre'

Reply via email to