1.2.0 test

2001-12-08 Thread Herbert Voss
a book of 298 pages written with 1.1.6 and a filesize of 1.9 MegaBytes - loading in 1.1.6 takes about 6 seconds loading with converting into 1.2.0 takes more than 3 minutes! (Display Graphics was disabled!) - saving and reopen the now 1.2.0 doc takes about 17 seconds - loading another ver

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | - in 1.1.6 there is often a construct like > > |latex latex > > |latex default > > it is the user that has put this contruct there. sure > > |which is converted into an empty ERT. it's not really >

another 1.2.0 test

2001-12-08 Thread Herbert Voss
can somebody confirm? a different fontsize for footnotes in the preferences has no effect. the footnotetext has the same fontsize than the maintext. Herbert

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Ok it seems that this patch solves the whole problem (buffer.C): > > @@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > > #ifndef NO_COMPABILITY > void Buffer::insertErtContents(Paragraph * par, int & pos, > - LyXFont con

Re: 1.2.0 test

2001-12-08 Thread Dekel Tsur
On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > Ok it seems that this patch solves the whole problem (buffer.C): > @@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > void Buffer::insertErtContents(Paragraph * par, int & pos, > - Ly

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Dekel Tsur wrote: > On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > >>Ok it seems that this patch solves the whole problem (buffer.C): >>@@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex >> void Buffer::insertErtContents(Paragraph * par, int & pos, >>-

Re: another 1.2.0 test [small PATCH]

2001-12-08 Thread Juergen Spitzmueller
Herbert Voss wrote: > can somebody confirm? > > a different fontsize for footnotes in the preferences has no > effect. the footnotetext has the same fontsize than the maintext. Ehm... I think that the settings for "footnote" fontsize in preferences are not the size of the footnote text on screen

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
Herbert Voss wrote: > > > Dekel Tsur wrote: > > > On Sat, Dec 08, 2001 at 03:12:27PM +0100, Lars Gullik Bjønnes wrote: > > > >>Ok it seems that this patch solves the whole problem (buffer.C): > >>@@ -388,12 +391,14 @@ bool Buffer::readLyXformat2(LyXLex & lex > >> void Buffer::insertErtC

Re: another 1.2.0 test [small PATCH]

2001-12-08 Thread Herbert Voss
Juergen Spitzmueller wrote: > Herbert Voss wrote: > >>can somebody confirm? >> >>a different fontsize for footnotes in the preferences has no >>effect. the footnotetext has the same fontsize than the maintext. >> > > Ehm... I think that the settings for "footnote" fontsize in preferences > are

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 12:45:57PM +0100, Lars Gullik Bjønnes wrote: > | a book of 298 pages written with 1.1.6 and a filesize of 1.9 MegaBytes lots of math ? > I guess that we will need to run a profiler to find out where we use > all that extra time. (both above cases) here is from my 100+ p

Re: 1.2.0 test

2001-12-08 Thread Dekel Tsur
On Sat, Dec 08, 2001 at 05:38:28PM +0100, Lars Gullik Bjønnes wrote: > | I think that this patch is wrong: The old code of insertErtContents is > | correct, but the problem is that the wrong font is passed to it when the > | method is called. > > I am not sure that I agree. > > | Consider the at

Re: another 1.2.0 test [small PATCH]

2001-12-08 Thread Juergen Spitzmueller
Herbert Voss wrote: > sure, but in 1.1.6 it was also the fontsize for the footnotetext > > or am I wrong??? I think you're wrong. AFAICS from a quick test with 1.1.6, the footnote symbol (the red "foot" of the collapsable inset) changes if you change \footnotesize-display, but not the footnotet

Re: 1.2.0 test

2001-12-08 Thread Herbert Voss
John Levon wrote: > On Sat, Dec 08, 2001 at 12:45:57PM +0100, Lars Gullik Bjønnes wrote: > > >>| a book of 298 pages written with 1.1.6 and a filesize of 1.9 MegaBytes >> > > lots of math ? yes: math, floats, tables, ERT, special formatting, ... Herbert

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 06:50:42PM +0100, Lars Gullik Bjønnes wrote: > | here is from my 100+ page document, mostly text + figures (not rendered). > | It is fine ... perhaps it is a mathed thing : > > _and_ it makes little sense to do probiling on a binary that has not > been compiled with full

Re: 1.2.0 test

2001-12-08 Thread John Levon
On Sat, Dec 08, 2001 at 07:24:16PM +0100, Lars Gullik Bjønnes wrote: > No, but with your profile it look as if it is the containers and tools > that create the overhead. With -O2 the case is completely different, > and "real" lyx code begin to show up. OK, that's a good point ... I get : Buffe

Patch that causes the Bad GC problems

2001-12-08 Thread John Levon
This is as far as I got in finding the mathed bad GC problems. Unfortunately e.g. Michael K can't reproduce it with the same compiler. So I'm still not sure if it is compiler bug or patch bug. Lars, Andre, please look at this patch. When I apply it to cvs from a few days ago, lyx starts failin

Re: Patch that causes the Bad GC problems

2001-12-08 Thread John Levon
On Sun, Dec 09, 2001 at 04:33:07AM +0100, Lars Gullik Bjønnes wrote: > | Lars, Andre, please look at this patch. When I apply it to cvs from a few > | days ago, lyx starts failing > > That is (at least) two patches mixed together. I know, they are very difficult to take apart though. > I doubt