Re: paragraphs in wrong order

2002-08-14 Thread Angus Leeming
On Wednesday 14 August 2002 11:09 am, Andre Poenitz wrote: > On Wed, Aug 14, 2002 at 11:57:55AM +0200, Lars Gullik Bjønnes wrote: > > anyhow imho since lyxfunc is stored as a shared_ptr in LyXView it > > should never be stored anywere as a reference. it should rather be > > stored as a shared_ptr

Re: paragraphs in wrong order

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 11:57:55AM +0200, Lars Gullik Bjønnes wrote: > anyhow imho since lyxfunc is stored as a shared_ptr in LyXView it > should never be stored anywere as a reference. it should rather be > stored as a shared_ptr or a weak_ptr. I think the shared_ptr is just a device to "pimpl"

Re: paragraphs in wrong order

2002-08-14 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Aug 14, 2002 at 11:13:06AM +0200, Lars Gullik Bjønnes wrote: >> Ok, I found the problem. >> And I realize now that I have been bitten by this one before. >> It because of the _terrible_ calling convetions of >> parseSingleLyXformat2Token... it r

Re: paragraphs in wrong order

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 11:13:06AM +0200, Lars Gullik Bjønnes wrote: > Ok, I found the problem. > And I realize now that I have been bitten by this one before. > It because of the _terrible_ calling convetions of > parseSingleLyXformat2Token... it requires that a "reference to > pointer" to be pas

Re: paragraphs in wrong order

2002-08-14 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I'll try to revert all my ParagraphList changes to InsetText, to check | if that helps. | | The ParagraphList is really needed to get the rest of the work done. | (removal of prev,next) Ok, I found the problem. And I realize now that I have been

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 06:36:18PM +0200, Lars Gullik Bjønnes wrote: > | Come on ! How long have we been waiting for GUII ? > > Long enough. But we (I) have been waiting even longer for the core > structure rewrite. Well, that is certainly true, but more users means more developers means more c

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 06:13:56PM +0200, Lars Gullik Bjønnes wrote: > >> | I *really* think we should leave this for 1.4. >> >> IMO we have postponed this too long already, so we should work to get > | Come on ! How long have we been waiting for GUII ?

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 06:13:56PM +0200, Lars Gullik Bjønnes wrote: > | I *really* think we should leave this for 1.4. > > IMO we have postponed this too long already, so we should work to get Come on ! How long have we been waiting for GUII ? It is pretty frustrating to be 90% done with no si

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > >> I'll try to revert all my ParagraphList changes to InsetText, to check >> if that helps. >> >> The ParagraphList is really needed to get the rest of the work done. >> (removal of pr

Re: paragraphs in wrong order

2002-08-13 Thread John Levon
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. > > The ParagraphList is really needed to get the rest of the work done. > (removal of prev,next) It's not unexpected that changes in th

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. Try that please. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either on

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 01:50:20PM +0200, Lars Gullik Bjønnes wrote: > I'll try to revert all my ParagraphList changes to InsetText, to check > if that helps. > > The ParagraphList is really needed to get the rest of the work done. > (removal of prev,next) Hm... Or a clean rewrite from scratch

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: >> The problem is most likely in InsetText. >> >> sympthoms: >> >> float: >> -- >>1 >>2 >>3 >> Figure #: en to tre >> -- >> >> After a

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 10:55:01AM +0200, Lars Gullik Bjønnes wrote: > The problem is most likely in InsetText. > > sympthoms: > > float: > -- >1 >2 >3 > Figure #: en to tre > -- > > After a save and a reload: > -- >en to tre321 > >

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 11:06:57AM +0200, Lars Gullik Bjønnes wrote: > the the error in FormDocument? I fixed that. Ah... I did an update early this morning but did not see commit messages. So I thought I had a clean tree (plus 40k patch ;-}) Andre' -- Those who desire to give up Freedom in or

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 13, 2002 at 10:48:54AM +0200, Lars Gullik Bjønnes wrote: | > I have been looking hard at the ParagraphList patch to find the cause | > for this, but I just cannot see it. I'd appreciate if somebody else | > could have a look. | | I've never

Re: paragraphs in wrong order

2002-08-13 Thread Andre Poenitz
On Tue, Aug 13, 2002 at 10:48:54AM +0200, Lars Gullik Bjønnes wrote: > I have been looking hard at the ParagraphList patch to find the cause > for this, but I just cannot see it. I'd appreciate if somebody else > could have a look. I've never heard of Norwegian cavallery... [Give me a few minute

Re: paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | I have been looking hard at the ParagraphList patch to find the cause | for this, but I just cannot see it. I'd appreciate if somebody else | could have a look. The problem is most likely in InsetText. sympthoms: float: -- 1 2

paragraphs in wrong order

2002-08-13 Thread Lars Gullik Bjønnes
I have been looking hard at the ParagraphList patch to find the cause for this, but I just cannot see it. I'd appreciate if somebody else could have a look. -- Lgb