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 jus

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 r

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 he

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 08:07:10PM +0200, Lars Gullik Bjønnes wrote: > There are bugs in the gcc 2.* versions of libstc++, but I have only > encountered them then using a stringstream both as input and output at > the same time. That's more or less my experience, so I am a bit surprised, too...

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

Re: Mathed delimiters bug

2002-04-15 Thread Andre Poenitz
On Mon, Apr 15, 2002 at 06:28:37PM +0200, Jean-Marc Lasgouttes wrote: > Andre> I see the first line, but not the second. And it inserts () and > Andre> []. I just removed the spurious message. > > What did you change to the code? What is the meaning of this () stuff? > Shall I keep it? Or set arg

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 th

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 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) Andre> Ok, then bugger Jean-Marc to commit it, I have curren

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

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 c

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 dif

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 istringstream

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

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 spuri

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"