>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote: >> -void MathNestInset::notifyCursorLeaves(LCursor & cur) +bool >> MathNestInset::notifyCursorLeaves(LCursor & cur) { #ifdef >> WITH_WARNINGS #warning look here @@ -373,6 +373,7 @@ void >> MathNestInset::notifyCursorLeaves(L } } >> #endif + return false; } Juergen> FWIW, I have reimplemented MathNestInset::notifyCursorLeaves Juergen> some time ago (just getting it into its previous state Juergen> again). Maybe this is of interest? Yes, probably. I am not sure whether the part that deals with script insets is still useful (but it may). The problem is these things are dEPM for math. And this causes many interesting situations. JMarc