RE: Paragraph iterators

2001-08-06 Thread Juergen Vigna
On 05-Aug-2001 Dekel Tsur wrote: > I've made a first attempt at creating paragraph iterators, and use them in > order to fix updating of references when the label is changed. > > I've created two different implementations. > In the first, we use the fact that we have a fixed structure of a docum

Re: Paragraph iterators

2001-08-06 Thread Dekel Tsur
On Mon, Aug 06, 2001 at 12:04:32AM +0200, Lars Gullik Bjønnes wrote: > | updated, so this is a bug (which should be fixed for 1.2.0). > > Perhaps... but we don't need paragraph iterators to do so. > I realize that having paragraph iterators will be nice, and that we > have several structures that

Re: Paragraph iterators

2001-08-06 Thread Juergen Vigna
On 06-Aug-2001 Lars Gullik Bjønnes wrote: >| I figured this would keep you busy for a while ;-) #:O) > I will probably do the rows in lyxtext first... seems a bit easier... I really hope you plan this not for 1.2.0, but no you wouldn't! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._

Re: Paragraph iterators

2001-08-05 Thread Andre Poenitz
> Have you thought about all the algorithms this will touch? > ... about all of them... I figured this would keep you busy for a while ;-) Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Paragraph iterators

2001-08-05 Thread Andre Poenitz
> I am planning to get rid of the paragraph linked list That's a noble goal that does not even need changes to the style guide ;-) Andre' -- André Pönitz . [EMAIL PROTECTED]

Re: Paragraph iterators

2001-08-05 Thread Dekel Tsur
On Sun, Aug 05, 2001 at 11:22:05PM +0200, Lars Gullik Bjønnes wrote: > Dekel Tsur <[EMAIL PROTECTED]> writes: > > | I've made a first attempt at creating paragraph iterators, and use them in > | order to fix updating of references when the label is changed. > > I am not even sure that we want th