Re: Bug report 1.0.0pre6

1999-01-22 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> On Thu, 21 Jan 1999, Jean-Marc Lasgouttes wrote: >> Do you want me to commit your previous patch? Would you be >> interested in UMR:s from purify concerning w? (I think I have seen >> some) Alejandro> Did it wor

Re: Bug report 1.0.0pre6

1999-01-21 Thread Alejandro Aguilar Sierra
On Thu, 21 Jan 1999, Jean-Marc Lasgouttes wrote: > Do you want me to commit your previous patch? Would you be interested > in UMR:s from purify concerning w? (I think I have seen some) Did it work for you? If that's the case please do it. Yes, please. Alejandro

Re: Bug report 1.0.0pre6

1999-01-21 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> On Wed, 20 Jan 1999, Jean-Marc Lasgouttes wrote: >> Huh? Aren't these variables private members of the MathedRowSt >> struct? Alejandro> Ooops, yes you are right, sorry! (sometimes my own code Alejandro> confuse

Re: Bug report 1.0.0pre6

1999-01-20 Thread Alejandro Aguilar Sierra
On Wed, 20 Jan 1999, Jean-Marc Lasgouttes wrote: > Huh? Aren't these variables private members of the MathedRowSt struct? Ooops, yes you are right, sorry! (sometimes my own code confuses myself, a pretty old code, by the way). > I do not understand what you mean. You will find attached a sample

Re: Bug report 1.0.0pre6

1999-01-20 Thread Jean-Marc Lasgouttes
> "Alejandro" == Alejandro Aguilar Sierra <[EMAIL PROTECTED]> writes: Alejandro> Jean Marc, I don't think this is correct because you are Alejandro> initializing variables that don't belong to MathedRowSt Alejandro> (asc, desc, y). And w is always initialized by Metrics, Alejandro> and not u

Re: Bug report 1.0.0pre6

1999-01-20 Thread Jean-Marc Lasgouttes
> "M" == M Clemence <[EMAIL PROTECTED]> writes: M> Further to my previous email, the problem with resizing the window M> looks like a problem with xforms and afterstep window manager than M> lyx. The demos in the xforms package show the same effect when M> resized. OK, that makes one thing l

Re: Bug report 1.0.0pre6

1999-01-20 Thread M . Clemence
Further to my previous email, the problem with resizing the window looks like a problem with xforms and afterstep window manager than lyx. The demos in the xforms package show the same effect when resized. Matthew Clemence

Re: Bug report 1.0.0pre6

1999-01-20 Thread Jochen Kuepper
On Die, 19 Jan 1999 Alejandro Aguilar Sierra wrote: >OTOH it seems that the next patch fixes the equation array clonning bug: > >--- math_inset.C.orig Tue Jan 19 13:46:40 1999 >+++ math_inset.CTue Jan 19 13:42:58 1999 >@@ -316,7 +316,7 @@ > MathedIter it; > it.SetData(mt->Get

Re: Bug report 1.0.0pre6

1999-01-19 Thread Alejandro Aguilar Sierra
On Tue, 19 Jan 1999, Jean-Marc Lasgouttes wrote: > I'm not sure, because purify (under Solaris 2.5) does not detect > uninitialized pointers. It does in fact detect two uninitialized > variables in the math editor, but these are not pointers. Could you > (and Jochen) test whether the appended pat

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jean-Marc Lasgouttes
> "Jochen" == Jochen Kuepper <[EMAIL PROTECTED]> writes: Jochen> On Die, 19 Jan 1999 Jean-Marc Lasgouttes wrote: >> I'm not sure, because purify (under Solaris 2.5) does not detect >> uninitialized pointers. It does in fact detect two uninitialized >> variables in the math editor, but these a

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jochen Kuepper
On Die, 19 Jan 1999 Jean-Marc Lasgouttes wrote: >I'm not sure, because purify (under Solaris 2.5) does not detect >uninitialized pointers. It does in fact detect two uninitialized >variables in the math editor, but these are not pointers. Could you >(and Jochen) test whether the appended patch ma

Re: Bug report 1.0.0pre6

1999-01-19 Thread Jean-Marc Lasgouttes
> "Matthew" == M Clemence <[EMAIL PROTECTED]> writes: Matthew> Resizing the window with a large document (eg the tutorial Matthew> section of the documentation) causes lyx to not keep up with Matthew> geometry changes, often leading to misplaced/absent Matthew> scrollbars. That's strange, I

Re: Bug report 1.0.0pre6

1999-01-18 Thread Jean-Marc Lasgouttes
> "Jochen" == Jochen Kuepper <[EMAIL PROTECTED]> writes: Jochen> To All, On Fre, 15 Jan 1999 [EMAIL PROTECTED] wrote: >> I have just realised reading this, that I say something similar >> with one of my own software projects when moving over to ecgs >> instead of gcc. It appears to be far le

Re: Bug report 1.0.0pre6

1999-01-17 Thread Jochen Kuepper
To All, On Fre, 15 Jan 1999 [EMAIL PROTECTED] wrote: >I have just realised reading this, that I say something similar with >one of my own software projects when moving over to ecgs instead of >gcc. It appears to be far less tolerant of un initilised pointers. >For some reason, it seems far less

Bug report 1.0.0pre6

1999-01-15 Thread M . Clemence
Hello, I am new to this list, but an long standing user of lyx on an occaisional basis. However, I now use it as my principle document prep. system and so I hope you don't mind if I submit a few bug reports (I am also a competant programmer, so some time in the future this may progress to actual h