On Thu, Jan 26, 2006 at 04:24:12PM +0100, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > There is something I do not understand: if the code arrives there, it > > means that the cursor is already inside the inset, isn't it? How can > > this happen when it is collapsed? Isn't _this_ the real bug we want to > > fix? > > I'm not sure. Doesn't the DocIterator just iterate down the slices?
It does. > And shouldn't it be allowed to do so (for s&r, spellchecking etc., for > instance)? It should. But if some other behavoiur is need, some customized version of a DocIterator might be in order. Andre'