On Wednesday 09 January 2002 11:26 am, Martin Vermeer wrote: > On Wed, Jan 09, 2002 at 12:13:39PM +0100, Andre Poenitz wrote: > > > What I mean is that painting a selection works, but if you then start > > > typing \mathbf<space> or whatever, the selection disappears again, the > > > command "pops" into an invisible marker,and only the ONE following > > > character is made bold. Only with \textrm the attribute "sticks" -- > > > by design. > > > > They work when the command comes via LFUN (i.e. mini-buffer or key binding) > > > > Andre' > > Okay, then I suppose we'll have to modify FormMathsStyle::apply to call the LFUN > functions instead of insertSymbol. What do you think?
void FormMathsStyle::apply() { if (style_ >= 0) parent_.insertSymbol(latex_mathstyle[style_]); } Does this mean that I should hold off applying the files you sent for a little while? Angus