Comment #3 on issue 541 by [email protected]: ibus latex input method (package ibus-table) doesn't wait for backslash before triggering
http://code.google.com/p/ibus/issues/detail?id=541
I don't understand how the commit made for comment 1 [https://github.com/acevery/ibus-table/commit/8066019f30926c971361c4e9a78033daa761fb39] is supposed to fix the issue.
update_candidates now checks to see if the first input character is a starting character, but even if it is not a starting character, it doesn't get commited, so all the non-starting characters just pile up until the user hits space or enter to commit it, so we still get the ibusendsupeatingalmosteveryspaceyoutype behavior.
I edited my local copy to just clear the input and commit the input character if it's not a starting character, and it seems to work ok (sometimes spurious candidate windows popup, but they don't eat my spaces, so I just ignore them).
-- You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
