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