Re: Mathed delimiters bug

2002-04-16 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre It should be ( ) which gets parsed as ls = ( and rs = ) Andre and serves as input for the delim inset. OK, I did something like that. BTW Andre', did you ever notice that the left and right delimiters are not at the same height on screen?

Re: Mathed delimiters bug

2002-04-16 Thread Andre Poenitz
On Tue, Apr 16, 2002 at 12:00:19PM +0200, Jean-Marc Lasgouttes wrote: OK, I did something like that. BTW Andre', did you ever notice that the left and right delimiters are not at the same height on screen? It seems there is a one pixel shift. Yes. I guess that's because the right one is a

Re: Mathed delimiters bug

2002-04-16 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre Yes. I guess that's because the right one is a rotated version Andre of the left one and some rounding comes into play. But this has Andre always been there. Does this need a fix? I filed bug #327 for it, but I agree it is just cosmetic.

Re: Mathed delimiters bug

2002-04-16 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> It should be "( )" which gets parsed as ls = "(" and rs = ")" Andre> and serves as input for the delim inset. OK, I did something like that. BTW Andre', did you ever notice that the left and right delimiters are not at the same

Re: Mathed delimiters bug

2002-04-16 Thread Andre Poenitz
On Tue, Apr 16, 2002 at 12:00:19PM +0200, Jean-Marc Lasgouttes wrote: > OK, I did something like that. BTW Andre', did you ever notice that > the left and right delimiters are not at the same height on screen? It > seems there is a one pixel shift. Yes. I guess that's because the right one is a

Re: Mathed delimiters bug

2002-04-16 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> Yes. I guess that's because the right one is a rotated version Andre> of the left one and some rounding comes into play. But this has Andre> "always" been there. Does this need a fix? I filed bug #327 for it, but I agree it is

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre wrote: When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters from '[ ]' Andre I see the first line, but

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:09, Jean-Marc Lasgouttes wrote: Andre On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre wrote: When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: I still fails for me, probably because I am using lyxstring and either (1) our use of istringstream is wrong I bet a sixpack of beer on that. or (2) there is a bug in lyxstring. Actually I rather think the istringstreams

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: Works for me too. (I mean, now the math-Dialog with parenthesis, which was not working for me before) Ok, then bugger Jean-Marc to commit it, I have currently the xo/yo in my local tree that makes committing formulabase.C a bit

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:53, Andre Poenitz wrote: On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: Works for me too. (I mean, now the math-Dialog with parenthesis, which was not working for me before) Ok, then bugger Jean-Marc to commit

Re: Mathed delimiters bug

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:53 pm, Andre Poenitz wrote: On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: Works for me too. (I mean, now the math-Dialog with parenthesis, which was not working for me before) Ok, then bugger Jean-Marc to commit it, I have currently the xo/yo in my

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:05:31PM +0100, Angus Leeming wrote: I think you mean bug here, not bugger. That would be a rather extreme way of convincing a happy father to do anything. I guess you are right. Andre' -- Those who desire to give up Freedom in order to gain Security, will not

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 06:20:29PM +0200, Jean-Marc Lasgouttes wrote: Andre PS: Not that we use istringstream a second time in that file Andre and probably in a few more cases... I've seen that. Do you think I should adapt this code too? I think these parts are never used, but I am not

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre wrote: When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters from '[ ]' Andre I see the first line, but

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: I still fails for me, probably because I am using lyxstring and either (1) our use of istringstream is wrong | I bet a sixpack of beer on that. or (2) there is a bug in lyxstring.

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | I think we could use | string ls = (; | string rs = ); | instead of | string ls; | string rs; and I think we should use: string ls((); string rs()); but that is just me I guess... -- Lgb

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> When trying to use M-m [ or M-m (, I get respectively >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters >> from '[ ]' Andre> I see

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:09, Jean-Marc Lasgouttes wrote: > Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes > > Andre> wrote: > >> When trying to use M-m [ or M-m (, I get respectively > >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: > I still fails for me, probably because I am using lyxstring and either > (1) our use of istringstream is wrong I bet a sixpack of beer on that. > or (2) there is a bug in lyxstring. Actually I rather think the

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > Works for me too. (I mean, now the math-Dialog with parenthesis, which > was not working for me before) Ok, then bugger Jean-Marc to commit it, I have currently the xo/yo in my local tree that makes committing formulabase.C a bit

Re: Mathed delimiters bug

2002-04-15 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Monday, 15. April 2002 17:53, Andre Poenitz wrote: > On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > > Works for me too. (I mean, now the math-Dialog with parenthesis, which > > was not working for me before) > > Ok, then bugger Jean-Marc to

Re: Mathed delimiters bug

2002-04-15 Thread Angus Leeming
On Monday 15 April 2002 4:53 pm, Andre Poenitz wrote: > On Mon, Apr 15, 2002 at 05:30:42PM +0200, Kornel Benko wrote: > > Works for me too. (I mean, now the math-Dialog with parenthesis, which > > was not working for me before) > > Ok, then bugger Jean-Marc to commit it, I have currently the

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 05:05:31PM +0100, Angus Leeming wrote: > I think you mean "bug" here, not "bugger". That would be a rather extreme > way of convincing a happy father to do anything. I guess you are right. Andre' -- Those who desire to give up Freedom in order to gain Security, will

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 06:20:29PM +0200, Jean-Marc Lasgouttes wrote: > Andre> PS: Not that we use istringstream a second time in that file > Andre> and probably in a few more cases... > > I've seen that. Do you think I should adapt this code too? I think these parts are never used, but I am

Re: Mathed delimiters bug

2002-04-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> When trying to use M-m [ or M-m (, I get respectively >> formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters >> from '[ ]' Andre> I see

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Apr 15, 2002 at 05:09:30PM +0200, Jean-Marc Lasgouttes wrote: >> I still fails for me, probably because I am using lyxstring and either >> (1) our use of istringstream is wrong > | I bet a sixpack of beer on that. > >> or (2) there is a bug in

Re: Mathed delimiters bug

2002-04-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I think we could use > | string ls = "("; | string rs = ")"; > | instead of > | string ls; | string rs; and I think we should use: string ls("("); string rs(")"); but that is just me I guess... -- Lgb

Mathed delimiters bug

2002-04-12 Thread Jean-Marc Lasgouttes
When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters from '[ ]' formulabase::LFUN_MATH_DELIM, arg: '( )' can't parse delimeters from '( )' This can't be right. JMarc PS: and delimeters should be delimiters

Re: Mathed delimiters bug

2002-04-12 Thread Andre Poenitz
On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes wrote: When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters from '[ ]' I see the first line, but not the second. And it inserts () and []. I just removed the

Mathed delimiters bug

2002-04-12 Thread Jean-Marc Lasgouttes
When trying to use M-m [ or M-m (, I get respectively formulabase::LFUN_MATH_DELIM, arg: '[ ]' can't parse delimeters from '[ ]' formulabase::LFUN_MATH_DELIM, arg: '( )' can't parse delimeters from '( )' This can't be right. JMarc PS: and "delimeters" should be "delimiters"

Re: Mathed delimiters bug

2002-04-12 Thread Andre Poenitz
On Fri, Apr 12, 2002 at 04:18:52PM +0200, Jean-Marc Lasgouttes wrote: > When trying to use M-m [ or M-m (, I get respectively > formulabase::LFUN_MATH_DELIM, arg: '[ ]' > can't parse delimeters from '[ ]' I see the first line, but not the second. And it inserts () and []. I just removed the