On Tue, Aug 07, 2001 at 02:39:07PM +0200, Michael Schmitt wrote:
> PS: I do not expect a detailed description but how are you able to move
> through the (nested) document correctly if there is no kind of paragraph
> iterators yet??? How can it be that Dekel needs such an iterator for
> updating all labels in nested insets while a more complex feature
> such as find & replace is supposed to work without? I am just curious...
Well, the answer is that the search&replace code should use the iterators I
wrote.
In the current implementation of search&replace, you see the cursor moves
through cells of tabulars, which is bad.