Re: [PATCH] fix #223625

2001-07-02 Thread Andre Poenitz
> | > colinfo_.insert(colinfo_.begin() + newcol, ColInfo()); > | > | >From CD2 23.2.4 (I could check with the Standard tomorrow at work): > | > | iterator insert(iterator position, const T& x = T()); > > I don't think this is part of the standard. Indeed, this seems to have gone in the fin

Re: [PATCH] fix #223625

2001-07-02 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | > | colinfo_.insert(colinfo_.begin() + newcol); | > | -^ | > | > I am not sure what this is supposed to do. | > What is it supposed to insert? | > | > Probably: | > | > colinfo_.insert(colinfo_.begin() + newcol, ColInfo()); |

Re: [PATCH] fix #223625

2001-07-01 Thread Andre Poenitz
> | colinfo_.insert(colinfo_.begin() + newcol); > | -^ > > I am not sure what this is supposed to do. > What is it supposed to insert? > > Probably: > > colinfo_.insert(colinfo_.begin() + newcol, ColInfo()); >From CD2 23.2.4 (I could check with the Standard tomorrow a

Re: [PATCH] fix #223625

2001-06-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Another one for you: in paragraph.h, getLayout is declared inline, but | only defined in paragraph.C. Compaq cxx complains loudly. Should I | remove the inline or move the definition? (i.e. is there a good reason | for it being inline?) remove t

Re: [PATCH] fix #223625

2001-06-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> Lars> writes: | | Lars> cxx: Error: Lars> ../../.

Re: [PATCH] fix #223625

2001-06-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | | Lars> cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274: | Lars> a reference | of type "lyxstring &" (no

Re: [PATCH] fix #223625

2001-06-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274: Lars> a reference | of type "lyxstring &" (not const-qualified) cannot Lars> be initialized | with a valu

Re: [PATCH] fix #223625

2001-06-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274: a reference | of type "lyxstring &" (not const-qualified) cannot be initialized | with a value of type "MathInset::cells_type" | swap(cells_, new_cells);

Re: [PATCH] fix #223625

2001-06-27 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> > "John" == John Levon <[EMAIL PROTECTED]> writes: | | Lars> John> Attached is a patch that removes the duplicate options for Lars> | John> spellchecker (I got it wor

Re: [PATCH] fix #223625

2001-06-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "John" == John Levon <[EMAIL PROTECTED]> writes: | | John> Attached is a patch that removes the duplicate options for | John> spellchecker (I got it working). | | John> Please apply. | | I'll do so as soon as Lars has landed our latest c

Re: [PATCH] fix #223625

2001-06-27 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> Attached is a patch that removes the duplicate options for John> spellchecker (I got it working). John> Please apply. I'll do so as soon as Lars has landed our latest changes. Juergen has things to land too. JMarc

[PATCH] fix #223625

2001-06-26 Thread John Levon
Attached is a patch that removes the duplicate options for spellchecker (I got it working). Please apply. thanks john -- "Euler's equation contains the five most important numbers in mathematics." spelloptions.diff.gz