>>>>> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> begin begin none right right none protect protect none Georg> newcommand newcommand none left left none end end none Georg> We don't have these as insets, so these get parsed as a Georg> MathSymbolInset (with name 'begin' etc.) in createMathInset(). Georg> This does not make sense IMO. Apart from that, all these cases Georg> are handled explicitly in the math parser. Therefore these Georg> entries in lib/symbols have no effect, because everything goes Georg> through the math parser (including text->math conversion and Georg> math-insert \bla\blub via the minibuffer) Anyway, with your patch I see a difference when I type \protect in mathed (was: nothing (or maybe empty symbol inset?), becomes: red protect). I do not think the red protect is good. Georg> Summary: lbale, fbox and boxed need to be removed, parbox is Georg> broken in either case, and the others are ignored anyway. Georg> What shall I now do for 1.4? I propose to change just label fbox and boxed for now in 1.4. JMarc