Elazar Leibovich wrote:
Thanks!
Can we have this patch in the 1.5.0 final?
Which patch?
On 5/9/07, Jean-Marc Lasgouttes
<[EMAIL PROTECTED]> wrote:
>>>>> "Elazar" == Elazar Leibovich
<[EMAIL PROTECTED]> writes:
Elazar> There's a big bug with pasting math data into math insets in
Elazar> RtL paragraphs. I assume that something traverses the math
Elazar> text before entering it into the buffer. Can anyone point me
Elazar> to the location in the code where pasting stuff (specifically
Elazar> into matheds) is?
Start from InsetMathGrid::doDispatch, where LFUN_PASTE is handled.
JMarc