On Sat, Sep 16, 2006 at 05:34:37PM +0200, [EMAIL PROTECTED] wrote: > The function InsetERT:getStatus() suppress (disable) accents within ERT > insets, which makes sense. > > But MathNestInset::doDispatch() contains the equivalent of this: > > case LFUN_ACCENT_ACUTE: > break; > > Does this mean that 'accent-acute' works in math insets or not?
That's the idiom for silently ignoring things. I'd guess saying so in the corresponding getStatus() method would be better. To my defense I have to add that the 'distributed' getStatus() (with a 1:1 correspondence to doDispatch()'s is a rather late addition 1.3.x I'd say) in contrast to the mathed code. Andre'