Message1109

Author jbms
Recipients
Date 2013-02-08.09:57:16
Content
I pushed a fix to the jbms-input-system-fix branch.  Note: this did involve significant reorganization of
input.js but I don't believe any functionality is lost and impact on users should be minimal.  I think
overall the code is a bit simpler though code length may have increased due to added comments.  Probably
any user keypress_hook code will need to be changed, but that is kind of unavoidable.  I changed
call_interactively to not be a coroutine, though this won't necessarily break any user code, since the
existing call_interactively ate any exceptions that were thrown anyway.  Instead, run_interactively is
better to use if you want to wait for it to finish, since then you can also handle any exceptions thrown.

Please let me know if this introduces any breakage or has other problems.
History
Date User Action Args
2013-02-08 09:57:17jbmssetmessageid: <1360317437.24.0.544444778793.issue440@bugs.conkeror.org>
2013-02-08 09:57:17jbmslinkissue440 messages
2013-02-08 09:57:16jbmscreate