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

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 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 e

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 InsetFormulaBase::u

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

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 Sec

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

2002-08-14 Thread Michael Schmitt
Hi Andre, there is a problem with mathed in LyX 1.2.0cvs. Very often, if I enter a "_" or "^", the document is scrolled even though this is not necessary. In many cases, the math formula gets out of screen such that I have to type the formula "blindly". I have attached a simple document whi

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