>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
>> 1. open a new document 2. change to math mode 3. enter "N \in "
Andre> I can not reproduce this (CVS head + mathed63.diff)
Andre> Does it crash immediately after the \ is typed? If so, it is
Andre> probably due to the math cursor getting invalid for some
Andre> (unknown) reason. Since this "feature" appeared during the time
Andre> I did not work on mathed (a few weeks ago) I believe it is not
Andre> mathed's fault.
It crashes as soon as the N is typed, and it is indeed related to
cursor:
#1 0x816f565 in InsetFormula::LocalDispatch (this=0x84211c0, bv=0x83fc3f8,
action=LFUN_MESSAGE_PUSH, arg=@0xbfffe0e4)
at ../../../lyx-devel/src/mathed/formula.C:676
676 bool was_macro = mathcursor->InMacroMode();
Andre> You could try to remove the line
bv-> owner->getLyXFunc()->Dispatch(LFUN_MESSAGE, _("TeX mode"));
The LFUN is LFUN_MESSAGE_PUSH (Lars?)
JMarc