Jean-Marc Lasgouttes wrote: > Juergen> It won't apply as such. What is the equivalent of > Juergen> cursor::normalize() in 1.3? > > I am not sure. I see there is a MathCursor::normalize(). Isn't it the > same thing?
Yes, it's exactly the same. But I have no idea where the normalize() call should go in 1.3 (math_nestinset does not have an LFUN_{UP|DOWN}). I tried in both formulainset.C (LFUN_{UP| DOWN}) and math_cursor.C (up(), down()), but neither one bothers the crash. Jürgen