Re: LFUN_MATH_MODE

2005-01-03 Thread Andre Poenitz
On Sun, Dec 26, 2004 at 03:47:36PM +0100, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > There is also a check for the argument "on" in math_nestinset.C. I > > > > > guess André forgot to check for that argument in other places (text3.C et > > > al.). > > > > Indeed. Would be nice if you co

Re: LFUN_MATH_MODE

2004-12-27 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: Fix attached. OK to commit? >> I am not sure why we want to enable something like "math-mode >> ". Juergen> That's how it always used to be (at least in 1.3 and 1.4cvs). Juergen> And this is

Re: LFUN_MATH_MODE

2004-12-27 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Fix attached. OK to commit? > > I am not sure why we want to enable something like "math-mode > ". That's how it always used to be (at least in 1.3 and 1.4cvs). And this is also the reason for the bug I'm fixing. > Actually, when Andre posted >   http://m

Re: LFUN_MATH_MODE

2004-12-27 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Andre Poenitz wrote: >> There is also a check for the argument "on" in math_nestinset.C. I >> >> > guess André forgot to check for that argument in other places >> (text3.C et > al.). >> >> Indeed. Would be nice if you

Re: LFUN_MATH_MODE

2004-12-26 Thread Juergen Spitzmueller
Andre Poenitz wrote: > There is also a check for the argument "on" in math_nestinset.C. I > > > guess André forgot to check for that argument in other places (text3.C et > > al.). > > Indeed. Would be nice if you could fix that. Fix attached. OK to commit? Jürgen Index: text3.C ==

Re: LFUN_MATH_MODE

2004-12-23 Thread Andre Poenitz
On Tue, Dec 21, 2004 at 11:51:39AM +0100, Juergen Spitzmueller wrote: > Andre Poenitz wrote: > > >> I see. There is also a check for the argument "on" in math_nestinset.C. I > >> guess André forgot to check for that argument in other places (text3.C et > >> al.). > > > > Indeed. Would be nice if

Re: LFUN_MATH_MODE

2004-12-21 Thread Juergen Spitzmueller
Andre Poenitz wrote: >> I see. There is also a check for the argument "on" in math_nestinset.C. I >> guess André forgot to check for that argument in other places (text3.C et >> al.). > > Indeed. Would be nice if you could fix that. If you tell me how to handle the argument. Is it that the user

Re: LFUN_MATH_MODE

2004-12-21 Thread Andre Poenitz
On Mon, Dec 20, 2004 at 12:36:25PM +0100, Juergen Spitzmueller wrote: > Alfredo Braunstein wrote: > > Note that Andre did the opposite change recently, maybe he had some reason > > to do it. ;-) (cvs says: "fix  #1736"). But I have no idea. > > > > http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/l

Re: LFUN_MATH_MODE

2004-12-20 Thread Juergen Spitzmueller
Alfredo Braunstein wrote: > Note that Andre did the opposite change recently, maybe he had some reason > to do it. ;-) (cvs says: "fix Â#1736"). But I have no idea. > > http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/ui/stdmenus.ui.diff?r1 >=1.35&r2=1.36 I see. There is also a check for the a

Re: LFUN_MATH_MODE

2004-12-20 Thread Alfredo Braunstein
Juergen Spitzmueller wrote: > Inserting an inline formula via the menu currently inserts a formula with > the content "on". This is because the menu calls "math-mode on" instead of > "math-mode" (like in 1.3). Is this a typo? > > (The attached patch fixes it) > > JÃrgen Note that Andre did the