]> git.eshelyaron.com Git - emacs.git/commit
Improve touch screen and text conversion behavior of many commands
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 13:23:35 +0000 (21:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 13:23:35 +0000 (21:23 +0800)
commitae174f266d70f2d722545e77d3f85dd7d3f09a68
tree5e101bcf2b9836ca4f86108ff24e1ab1b95c4ae7
parent2df3f89014a39342c402637296ee88e3749f4918
Improve touch screen and text conversion behavior of many commands

* doc/lispref/commands.texi (Key Sequence Input): Document new
argument to `read-key-sequence' etc.
* lisp/help-macro.el (make-help-screen):
* lisp/subr.el (read-key, read-char-choice-with-read-key):
Disable text conversion and display the OSK before reading a key
sequence.
* lisp/touch-screen.el (touch-screen-window-selection-changed):
Only cancel the minibuffer OSK timer.
(touch-screen-handle-point-up): Update comment accordingly.
* src/keyboard.c (command_loop_1, read_menu_command)
(read_key_sequence, read_key_sequence_vs, Fread_key_sequence)
(Fread_key_sequence_vector): New arg DISABLE_TEXT_CONVERSION.
All callers changed.
doc/lispref/commands.texi
lisp/help-macro.el
lisp/subr.el
lisp/touch-screen.el
src/callint.c
src/keyboard.c