On Wed, Nov 27, 2002 at 01:54:46PM +0100, Andre Poenitz wrote: > The "big change" is to let 'setCursorFromCoordinates' descent into insets. > The necessary code was already present in the handler for LFUN_DOWN, but > not used by e.g. LFUN_NEXT. So apart from removing code that I did not > understand this is basically "putting things where they belong".
It introduces a large number of regressions, alas. First and foremost: you /cannot/ call inset->edit from setCursorFromCoordinates. They are entirely unrelated activities. Also broken is cursor placement before a fullrow inset, and various table regressions.