Richard Heck wrote: > I guess the only thing to do would be to have a way of locking the stream, > e.g.: > out << Lock() << t1a << t1b << Unlock(); > Things coming from elsewhere could be cached until the lock is released. > > Perhaps this is not so difficult, even, if we use the LYXERR macros, since > the lock and unlock modifiers could go into the macro.
this would imply to use this lock() creature everywhere in our sources... not much nice. pavel