On Wed, Sep 13, 2006 at 07:44:25PM +0200, Michael Gerz wrote: > Hello, > > in analogy to the character/text styles for normal text, I would like to > shift math text styles to the "edit=>math" submenu. > > In order to do so, LFUN_MATH_INSERT must be disabled in regular text > mode (otherwise, the math submenu is shown all the time).
The logic should work the other way round: It should be edisabled by defualt and enabled in math. Text should not need to now about the very existence of math. Andre'