Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: This does not deal with the opposite case (caption inside minipage inside float) which is on bugzilla ? OK ? Can I get a witness ? john Index: buffer.h === RCS

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Jean-Marc Lasgouttes
John == John Levon [EMAIL PROTECTED] writes: John On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: This does not deal with the opposite case (caption inside minipage inside float) which is on bugzilla ? OK ? John Can I get a witness ? It looks good. I did not even know that

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 05:31:57PM +0100, Jean-Marc Lasgouttes wrote: It looks good. I did not even know that iterating over all paragraphs was so simple. Lars' doing... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one.

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: Lars' doing... Dekel's actually, I believe. john -- When a man has nothing to say, the worst thing he can do is to say it memorably. - Calvin Trillin

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 04:40:34PM +, John Levon wrote: On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: Lars' doing... Dekel's actually, I believe. Ups. Sorry. I propably got confused by inset_iterator ... Andre' -- Those who desire to give up Freedom in order to

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: Index: buffer.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v retrieving revision 1.116 diff -u -r1.116 buffer.h --- buffer.h 21 Oct 2002 16:21:52 - 1.116 +++

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: Lars' doing... | Dekel's actually, I believe. Both of us, I guess... -- Lgb

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: /// - ParIterator par_iterator_begin(); + ParIterator par_iterator_begin() const; /// - ParIterator par_iterator_end(); + ParIterator par_iterator_end() const; I am not quite sure about these changes.

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: /// - ParIterator par_iterator_begin(); + ParIterator par_iterator_begin() const; /// - ParIterator par_iterator_end(); + ParIterator par_iterator_end() const; I am not

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon [EMAIL PROTECTED] writes: | | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: /// -ParIterator par_iterator_begin(); +ParIterator par_iterator_begin() const; /// -

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: > > This does not deal with the opposite case (caption inside minipage > inside float) which is on bugzilla ? > > OK ? Can I get a witness ? john > Index: buffer.h >

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Tue, Oct 29, 2002 at 10:32:40PM +, John Levon wrote: >> This does not deal with the opposite case (caption inside minipage >> inside float) which is on bugzilla ? >> >> OK ? John> Can I get a witness ? It looks good. I did

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 05:31:57PM +0100, Jean-Marc Lasgouttes wrote: > It looks good. I did not even know that iterating over all paragraphs > was so simple. Lars' doing... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one.

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > Lars' doing... Dekel's actually, I believe. john -- "When a man has nothing to say, the worst thing he can do is to say it memorably." - Calvin Trillin

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Andre Poenitz
On Wed, Nov 06, 2002 at 04:40:34PM +, John Levon wrote: > On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > > > Lars' doing... > > Dekel's actually, I believe. Ups. Sorry. I propably got confused by inset_iterator ... Andre' -- Those who desire to give up Freedom in order

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: >> Index: buffer.h >> === >> RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v >> retrieving revision 1.116 >> diff -u -r1.116 buffer.h >> --- buffer.h 21 Oct 2002 16:21:52 -

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 05:32:22PM +0100, Andre Poenitz wrote: > >> Lars' doing... > | Dekel's actually, I believe. Both of us, I guess... -- Lgb

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread John Levon
On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: > >>/// > >> - ParIterator par_iterator_begin(); > >> + ParIterator par_iterator_begin() const; > >>/// > >> - ParIterator par_iterator_end(); > >> + ParIterator par_iterator_end() const; > > I am not quite sure

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: > >> >> /// >> >> - ParIterator par_iterator_begin(); >> >> + ParIterator par_iterator_begin() const; >> >> /// >> >> - ParIterator par_iterator_end(); >> >> + ParIterator

Re: [PATCH] fix inset wrap inside minipage TOC

2002-11-06 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | John Levon <[EMAIL PROTECTED]> writes: > | | On Wed, Nov 06, 2002 at 06:22:19PM +0100, Lars Gullik Bjønnes wrote: >> >>> >> /// >>> >> -ParIterator par_iterator_begin(); >>> >> +ParIterator par_iterator_begin() const; >>>

[PATCH] fix inset wrap inside minipage TOC

2002-10-29 Thread John Levon
This does not deal with the opposite case (caption inside minipage inside float) which is on bugzilla ? OK ? john Index: buffer.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v retrieving revision 1.116 diff -u

[PATCH] fix inset wrap inside minipage TOC

2002-10-29 Thread John Levon
This does not deal with the opposite case (caption inside minipage inside float) which is on bugzilla ? OK ? john Index: buffer.h === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/buffer.h,v retrieving revision 1.116 diff -u