On Jun 12, 2007, at 3:34 PM, Dov Feldstern wrote:
Dov Feldstern wrote:
Dov Feldstern wrote:
Bennett Helm wrote:
On Jun 12, 2007, at 2:30 PM, Dov Feldstern wrote:
Bennett Helm wrote:
On Jun 12, 2007, at 2:21 PM, Oliver Rath wrote:
Hi people,
i have a strange effect in lyx (Revision 18751): Ich cannot
write any
character! If I begin to write a new document, the "change" flag
switches, but if I save this document, nothing (over the
standard lines)
is in.
Somebody here with similar effects?
That would be:
<http://bugzilla.lyx.org/show_bug.cgi?id=3857>
Bennett
Are you both on Mac? Do you know if you're using a keymap? I
made a change regarding the keymap yesterday (http://
www.lyx.org/trac/changeset/18744), maybe it has to do with that
(though I can't imagine how, and it works here and was tested).
Try undoing that specific changeset, and see if that helps...
(I'm putting this in bugzilla, too.)
Reverting changeset 18744 fixes the problem. I do not use a keymap.
Bennett
Okay, I see what the problem is, a stupid mistake of mine...
The new BufferView::translateAndInsert() is a joining of the old
switchKeyMap() and of TransManager::translateAndInsert. But
switchKeyMap was only active when rtl is true. So after joining
them, now the translateAndInsert will only occur if rtl is true,
too...
I'll send in a patch in a minute, in the meantime you can get it
working by turning the rtl option on...
Sorry!
Dov
Attached find a patch which should correct this (haven't tested
yet, still compiling), I'll commit as soon as I get OKs from you
all...
Dov
Perhaps you would like to see the patch ;)
Works for me.
Bennett