>>>>> "Alfredo" == Alfredo Braunstein <[EMAIL PROTECTED]> writes:
Alfredo> Seems DEPM was not called after insertion, the following Alfredo> change to pasteParagraphList (included in the patch) seems to Alfredo> fix it: Alfredo> - text->setCursor(cur.top(), ppp.first, ppp.second); + Alfredo> text->setCursor(cur, ppp.first, ppp.second); Indeed. setCursor(CursorSlice,...) does not call depm. These two methods sharing the same name are very misleading. JMarc