Andre Poenitz <[EMAIL PROTECTED]> writes:
| This patch
>
| 1 replaces mathcursor->interpret(arg) calls in MathFormulaBase
| with mathcursor->insert(asArray(arg)), which does the same
| and additionally allows the insertion of multiple
| symbols in one call (so 'math-insert \alpha_\beta'
| works now as e.g. request by Bo Peng.
>
| 2 removes some dead code from MathCursor::interpret(string)
>
| 3 moves some special code for the handling of math-matrix from
| MathCursor::interpret(string) to the dispatch() where it
| belongs
>
| 4 moves the remaining code of MathCursor::interpret(string)
| to MathMacroClose, as this is the only place where it
| is needed after 1
>
| 5 removes MathCursor::interpret(string) as it is not needed
| anymore after 1-4
>
>
| I'd call 1 a 'bugfix' as 'math-insert' is now more consistent with
| 'self-insert' which can insert several chars in a row as well.
>
| Apart from that it removes 31 lines and cleans up the math cursor a bit.
>
| Ok to apply?
yes.
--
Lgb