On Friday 16 July 2004 21:13, Andre Poenitz wrote: > Change tracking used to work as a patch against LyX 1.2.x fairly > well, but during the core changes in the 1.3 -> 1.4 transition it was > broken, mainly because nobody actively used it in 1.3 and so it wasn't > double-checked. If you want to blame somebody specifically: it's mostly > my fault.
Oh no, I lost my desire to blame anybody years ago... > > > Is the code in the middle of some transitional period and I should rather > > wait, or is it just "normally" broken and I should fill bug reports? > > The idea is that we are at the end of a transitional period, so filing a > bug report is exactly the right thing to do now. Actually, I played with it and I found that LyX crashes anytime (even without change-tracking) when I try to insert Math. gdb says: #0 0x0816ce08 in (anonymous namespace)::mathDispatch ([EMAIL PROTECTED], [EMAIL PROTECTED], display=false) at text3.C:141 i.e. immediatelly after: cur.insert(new MathHullInset); This is such an obvious bug, that I am worried it is not reproducible on every machine but it has something to do with my local set-up. Is it so? Vasek