Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre Please try the attached patch. I can confirm that it works on Michael's testcase. Andre PS: Jean-Marc, I think now this should go in. I am doing that, but there is a warning on compilation ../../../1.2.x/src/mathed/formulabase.C:290:

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:16:09PM +0200, Jean-Marc Lasgouttes wrote: ../../../1.2.x/src/mathed/formulabase.C:290: warning: unused parameter `bool dirty' Is it intended that dirty is not used anymore? Shall I just remove it from argument list? The code in 1.3 is void

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre The code in 1.3 is Andre void InsetFormulaBase::updateLocal(BufferView * bv, bool dirty) Andre { bv- updateInset(this, dirty); Andre } Andre I think it should look like that in 1.2.1 too. Andre [But 'true' should be safe except that it

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:23:57PM +0200, Jean-Marc Lasgouttes wrote: Andre [But 'true' should be safe except that it causes an additional Andre redraw in some cases (most notably simple cursor movements)] So which version do you prefer? I think I prefer the 'true'. This is the stable tree

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre The thing is _I_ don't know either, as that's a call to the Andre outer world, not my stuff... Andre Anyway, use 'true' and comment out the 'dirty' in the argument Andre list. I've never had complaints about mathed sluggishness Andre

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Please try the attached patch. I can confirm that it works on Michael's testcase. Andre> PS: Jean-Marc, I think now this should go in. I am doing that, but there is a warning on compilation

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:16:09PM +0200, Jean-Marc Lasgouttes wrote: > ../../../1.2.x/src/mathed/formulabase.C:290: warning: unused parameter `bool dirty' > > Is it intended that dirty is not used anymore? Shall I just remove it > from argument list? The code in 1.3 is void

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The code in 1.3 is Andre> void InsetFormulaBase::updateLocal(BufferView * bv, bool dirty) Andre> { bv-> updateInset(this, dirty); Andre> } Andre> I think it should look like that in 1.2.1 too. Andre> [But 'true' should be safe

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Andre Poenitz
On Thu, Aug 15, 2002 at 12:23:57PM +0200, Jean-Marc Lasgouttes wrote: > Andre> [But 'true' should be safe except that it causes an additional > Andre> redraw in some cases (most notably simple cursor movements)] > > So which version do you prefer? I think I prefer the 'true'. This is the stable

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> The thing is _I_ don't know either, as that's a call to the Andre> outer world, not my stuff... Andre> Anyway, use 'true' and comment out the 'dirty' in the argument Andre> list. I've never had complaints about mathed

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 09:32:53AM +0200, Michael Schmitt wrote: there is a problem with mathed in LyX 1.2.0cvs. No problem with my 1.2.1cvs tree. Please try the attached patch. Andre' PS: Jean-Marc, I think now this should go in. -- Those who desire to give up Freedom in order to gain

Re: Bug in LyX 1.2.0cvs: Mathed's super/subscripts make LyX scroll madly

2002-08-14 Thread Andre Poenitz
On Wed, Aug 14, 2002 at 09:32:53AM +0200, Michael Schmitt wrote: > there is a problem with mathed in LyX 1.2.0cvs. No problem with my 1.2.1cvs tree. Please try the attached patch. Andre' PS: Jean-Marc, I think now this should go in. -- Those who desire to give up Freedom in order to gain

Super/Subscripts

2000-03-13 Thread Garst R. Reese
Going into math mode is not exactly intuitive, then "Exponent"/"Index" is not going to mean anything to some users. Garst

Super/Subscripts

2000-03-13 Thread Garst R. Reese
Going into math mode is not exactly intuitive, then "Exponent"/"Index" is not going to mean anything to some users. Garst