Re: [PATCH] Re: minipage wierdness

2002-04-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | I commited herbert's patch enclosed in NO_PEXTRA_REALLY. Lars> Note that NO_PEXTRA_REALLY stuff will be removed in 1.3.0CVS. Lars> (since then we only support 1.2.x files) Yes, but it would be nice to have some file format

Re: [PATCH] Re: minipage wierdness

2002-04-02 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >>> | Lars> | Lars> Herbert Voss <[EMAIL PROTECTED]> writ

Re: [PATCH] Re: minipage wierdness

2002-04-02 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Garst R. Reese wrote: >> At the time of the %t -> %text patch, something went weird with my >> mini-pages. Two minipages with 44%t separated by an hfil used to >> appear side by side in lyx. Herbert> attached a patch also for

Re: [PATCH] Re: minipage wierdness

2002-04-02 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: >> Lars> | Lars> Herbert Voss <[EMAIL PROTECTED]> writes: Lars> | | Lars> +2002-03-28 Herbert Voss <[EMAIL PROTE

Re: [PATCH] Re: minipage wierdness

2002-04-01 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Herbert Voss <[EMAIL PROTECTED]> writes: | | Lars> +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> | + | + * lyxlength.C: | Lars> compatibility stuff for < 1.1.6fix4 and | + "o

Re: [PATCH] Re: minipage wierdness

2002-04-01 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Herbert Voss <[EMAIL PROTECTED]> writes: | Lars> +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> | + | + * lyxlength.C: Lars> compatibility stuff for < 1.1.6fix4 and | + "old" 1.2.0 files Lars> which use c%, l%, p% t% instead of t

Re: [PATCH] Re: minipage wierdness

2002-03-29 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Herbert Voss <[EMAIL PROTECTED]> writes: >> | +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> >> | + >> | + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and | >> +"old" 1.2.0 files which use c%, l%, p% t% instead

Re: [PATCH] Re: minipage wierdness

2002-03-29 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> > | + > | + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and > | + "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ... > | + > > You have to mark thi

Re: minipage wierdness

2002-03-29 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 28-Mar-2002 Jean-Marc Lasgouttes wrote: > >> Do we really want that? These units only appeared in 1.2.0cvs, right? >> In this case, we do not want code for compatibility with non-released >> versions. If this is needed for 1.1.x files, things are dif

Re: [PATCH] Re: minipage wierdness

2002-03-29 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | +2002-03-28 Herbert Voss <[EMAIL PROTECTED]> | + | + * lyxlength.C: compatibility stuff for < 1.1.6fix4 and | + "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ... | + You have to mark this somehow in the code so that we can easil

Re: [PATCH] Re: minipage wierdness

2002-03-28 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> I think "math" would be clearer. My first thought on seeing it Garst> was milli-microns. Garst You don't want to use any of these units, anyway. So why worry :) JMarc

Re: [PATCH] Re: minipage wierdness

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Another topic: during testing this patch I had following > Herbert> output > > Herbert> oldData= -8mu <--- WHAT IS > > Herbert> I never used such length in my testdoc??? > > In what c

Re: [PATCH] Re: minipage wierdness

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Another topic: during testing this patch I had following Herbert> output Herbert> oldData= -8mu <--- WHAT IS Herbert> I never used such length in my testdoc??? In what context does it appear in the doc? "mu" is math unit, sho

Re: minipage wierdness

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> we need it anyway: changing pextraWidthp() or in this way. I Herbert> totally agree with you, that a development version is a Herbert> development version, so the fileformat maybe dynamically! Herbert> If we do it in this way t

Re: minipage wierdness

2002-03-28 Thread Herbert Voss
Jean-Marc Lasgouttes wrote: >>"Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: >> > > Herbert> Garst R. Reese wrote: > >>>At the time of the %t -> %text patch, something went weird with my >>>mini-pages. Two minipages with 44%t separated by an hfil used to >>>appear side by side in

Re: minipage wierdness

2002-03-28 Thread Juergen Vigna
On 28-Mar-2002 Jean-Marc Lasgouttes wrote: > Do we really want that? These units only appeared in 1.2.0cvs, right? > In this case, we do not want code for compatibility with non-released > versions. If this is needed for 1.1.x files, things are different. But we HAVE people using 1.2.0cvs in th

Re: minipage wierdness

2002-03-28 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> This could also be related to the Garst> isLineSeparator stuff. Definitely a regression. All the isLineSeparator stuff did is disable the code which allowed for line breaks after Menu Separator or hyphenation marker. If you do no

Re: minipage wierdness

2002-03-28 Thread Jean-Marc Lasgouttes
> "Herbert" == Herbert Voss <[EMAIL PROTECTED]> writes: Herbert> Garst R. Reese wrote: >> At the time of the %t -> %text patch, something went weird with my >> mini-pages. Two minipages with 44%t separated by an hfil used to >> appear side by side in lyx. The %t went to pt, but changing it to

Re: minipage wierdness

2002-03-28 Thread Juergen Vigna
On 28-Mar-2002 Garst R. Reese wrote: > bring it up to: >|minipage|--|minipage| > With the new code, the backspace deleted the hfill, and it was tricky to > ge the cursor in the right place to re-insert it. That is why I Enter first minipage and press "ESC" that should bring you at the right posi

Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > Well, I already fixed up the file I was having problems with, so will > have to search for another. There were however two problems. One was the > name change, the other was that formerly I would have: > |minipage| > |minipage| > I could change the widths to 44%t and inser

[PATCH] Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > At the time of the %t -> %text patch, something went weird with my > mini-pages. > Two minipages with 44%t separated by an hfil used to appear side by side > in lyx. attached a patch also for compatibility to version < 1.1.6fix4 and "old" 1.2.0 files. > The %t went to

Re: minipage wierdness

2002-03-27 Thread Herbert Voss
Garst R. Reese wrote: > At the time of the %t -> %text patch, something went weird with my > mini-pages. > Two minipages with 44%t separated by an hfil used to appear side by side > in lyx. > The %t went to pt, but changing it to %text made one appear under the > other and lost half of the minip