Re: [patch] textwidth

2003-07-18 Thread Andre Poenitz
On Thu, Jul 17, 2003 at 10:54:39PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | + lyxerr << "InsetTabular::draw: " << x << " " << y << "\n"; > > Please, please do not use '\n' to end a lyxerr sequence, use > std::endl, since that also flush the buffer. Hm

Re: [patch] textwidth

2003-07-17 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: | | > Lars Gullik Bjønnes wrote: | > | >> Andre Poenitz <[EMAIL PROTECTED]> writes: | >> | >> | + lyxerr << "InsetTabular::draw: " << x << " " << y << "\n"; | >> | >> Please, please do not use '\n' to end a lyxerr sequence, us

Re: [patch] textwidth

2003-07-17 Thread Angus Leeming
Angus Leeming wrote: > Lars Gullik Bjønnes wrote: > >> Andre Poenitz <[EMAIL PROTECTED]> writes: >> >> | + lyxerr << "InsetTabular::draw: " << x << " " << y << "\n"; >> >> Please, please do not use '\n' to end a lyxerr sequence, use >> std::endl, since that also flush the buffer. >> >> I hav

Re: [patch] textwidth

2003-07-17 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | + lyxerr << "InsetTabular::draw: " << x << " " << y << "\n"; > > Please, please do not use '\n' to end a lyxerr sequence, use > std::endl, since that also flush the buffer. > > I have a patch somewhere that fixes thi

Re: [patch] textwidth

2003-07-17 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | + lyxerr << "InsetTabular::draw: " << x << " " << y << "\n"; Please, please do not use '\n' to end a lyxerr sequence, use std::endl, since that also flush the buffer. I have a patch somewhere that fixes this other places in the code. (OTOH a patch