Georg Baum schrieb:
No. Can you show me how the code path is? I don't understand it. AFAIK the
only interface between text and math is InsetMathHull (even for macros).
Therefore I don't understand why any other math inset needs a plaintext
method (it is never called in mathed, only from outside).
Right now, my debugging abilities on Windows are limited. You can simply produce a backtrace by exporting the user guide. Just add a breakpoint to InsetMathDim::plaintext().

I don't like all these empty plaintext methods. I believe that there is a
structural problem that should be solved otherwise.
I just committed a much simpler patch that adds an assertion in InsetMath and provides a dummy implementation with a FIXME note in InsetMathDim.h.

Michael

Reply via email to