On Wed, Apr 10, 2002 at 05:38:10PM +0300, Martin Vermeer wrote: > case MM_SUPER: > - lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE); > + //lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE); > lv_->getLyXFunc()->dispatch(LFUN_SUPERSCRIPT); > break; > > case MM_SUB: > - lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE); > + //lv_->getLyXFunc()->dispatch(LFUN_MATH_MODE); > lv_->getLyXFunc()->dispatch(LFUN_SUBSCRIPT); > break; > > > I don't recommend it though as these statements were put there > for a reason. André do you have a better idea?
Not really. But if this cures the symtoms, it is fine with me for 1.2. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)