Andre Poenitz wrote:

> +void DocumentIterator::forwardInset()
> +{
> +     while (depth()) {
> +             size_t old_depth = depth();
> +
> +             forwardPos();
> +
> +             if (depth() > old_depth)
> +                     break;
> +     }
> +}
> 
> Aehm, forget the last mail. If I am understanding this correctly,
> this touches only 'descendable insets', not all insets. This might be
> sufficient for some usages but not for 'goto label' or similar.

Ouch, you're right.

Alfredo


Reply via email to