]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 15 Mar 2023 01:46:01 +0000 (09:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 15 Mar 2023 01:46:01 +0000 (09:46 +0800)
commitc74bab6067cb95516b25e5650d5077441541ea1e
tree95c6f345713cecc2744ec7b26349c4190439e0c1
parentaec73dba8f955da8ae5937309a4e7f88a6b1b3c2
Update Android port

* doc/lispref/commands.texi (Misc Events): Document variable
`disable-inhibit-text-conversion'.
* java/org/gnu/emacs/EmacsDialog.java (display1): Try an
activity that is certain to be focused first.
* lisp/touch-screen.el (touch-screen-track-tap)
(touch-screen-track-drag): Bind
`disable-inhibit-text-conversion'.
* src/keyboard.c (read_key_sequence): Only disable text
conversion if an actual function or numeric key is found in the
key sequence.
(syms_of_keyboard): New variable
`disable-inhibit-text-conversion'.
* src/lread.c (read_filtered_event): Check new variable.
* src/textconv.c (textconv_query): Remove unused label.
doc/lispref/commands.texi
java/org/gnu/emacs/EmacsDialog.java
lisp/touch-screen.el
src/keyboard.c
src/lread.c
src/textconv.c