Georg Baum <[EMAIL PROTECTED]> writes:

| The latest tex2lyx example by Paul Smith showed that we have a regression in
| mathed: Unknown math environments trigger the assert in InsetBase::clone()
| (you can try it with the attached file which works in 1.3)
>
| The reason is that MathParInset has no doClone() method, but inherits the
| one from MathHullInset.
>
| I guess the assert in InsetBase::clone() should prevent sclicing? Does this
| assert mean that all insets should have a doClone method?

Only all that can be instantiated.

One option os to make doClone pure-virtual in InsetBase. Then that
will be enforced.

| And a last question for Lars: In most cases the tex2lyx bug reports have a
| simple few line fix, so that it is easier to just fix them instead of
| recording them in bugzilla. Shall I send patches to the list and commit the
| fixes or shall I keep them in my private tree?

Description of bug and patch on list is fine.
Although it is nice to have the bugs in bugzilla as well, especially
if the bug is not fixed right away upon discovery.

-- 
        Lgb

Reply via email to