On Monday 12 August 2002 3:34 pm, Martin Vermeer wrote: > Here it is. Tested as well as I could, but give it hell. > If still alive after that, commit it.
Did you really test it against current CVS? - par->counters().reset(); + buf->counters().reset(""); This will lead to LyX bombing out due to: void Counters::reset(string const & match) { lyx::Assert(!match.empty()); ... } I'll post an updated version of your patch for people to test (includes my forward-declaration of Counters in buffer.h) once I've checked it out here a little. Angus