>>>>> "Juergen" == Juergen Vigna <[EMAIL PROTECTED]> writes:
Juergen> I just discovered that when loading a file containing a
Juergen> tabular and inserting stuff inside this tabular, the undo is
Juergen> working great, but when I'm opening LyX and create a "New
Juergen> File" and then starting to type inside the tabular then as
Juergen> soon as I get the message:
Juergen> Actcell not equal to actual cell!
I fixed such a problem recently which was due to the fat that
GetCellInset(int, int) did not update cur_cell. You probably have this
fix in, I guess? [BTW, there is also a nice comment for you in this method]
Juergen> And continue to undo I crash!
Juergen> Strangly on the loaded file I don't get that message???
What about puting a break on the line where this debug message is
issued and then looking at the backtrace? Or just send the backtrace
to the list.
JMarc
Juergen> BTW.: Did someone already try the patch? Did you see the
Juergen> change in memory consumtion while typeing in a tabular #:O)
I did not have time to try it yet.
JMarc