On Fri, Jan 11, 2002 at 02:02:49PM +0000, Angus Leeming wrote:
> > > enum Code or equivalent in math_inset.h. Perhaps you have another way?
> 
> Well, I found the appropriate identifier, but unfortuately you haven't 
> overloaded!
> 
> mathed/math_charinset.h:50:     MathTextCodes code() const { return code_; }
> mathed/math_inset.h:213:        virtual MathTextCodes code() const { return 
> LM_TC_MIN; }
> mathed/math_symbolinset.h:52:   MathTextCodes code() const;

This code is not an 'inset identifier'.

Maybe I still don't understand the problem.

Perhaps you could add some diagnostic message to

operator<<(WriteStream &, char const *) and
operator<<(WriteStream &, char) 

These should be the only places changing line_.

> Sure, but it tells me nothing because the write methods are all ok, they just 
> result in WriteStream::line() returning this huge number. The Export actually 
> dies thereafter in TeXRow::newline() when I try and append this many items to 
> a linked list!

THis should not happen either, should it?

Andre'

-- 
André Pönitz .............................................. [EMAIL PROTECTED]

Reply via email to