]> git.eshelyaron.com Git - emacs.git/commitdiff
Properly avoid displaying the OSK for calls to read-key-sequence
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Nov 2023 03:38:02 +0000 (11:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Nov 2023 03:38:02 +0000 (11:38 +0800)
* lisp/touch-screen.el (touch-screen-handle-point-up): If prompt
is set, throw the input event rather than execute its command.

lisp/touch-screen.el

index 5a04425d34319b207ac80697ce3b4b884ed7d089..1ce679cd41ab48f6f8ca0a308866bb4ea9420ad1 100644 (file)
@@ -1345,15 +1345,13 @@ is not read-only."
                  (when command
                    (if (memq command touch-screen-set-point-commands)
                        (if touch-screen-translate-prompt
-                           ;; When a `mouse-set-point' command is
-                           ;; encountered and
-                           ;; `touch-screen-handle-touch' is being
-                           ;; called from the keyboard command loop,
-                           ;; call it immediately so that point is set
-                           ;; prior to the on screen keyboard being
-                           ;; displayed.
-                           (call-interactively command nil
-                                               (vector event))
+                           ;; Forgo displaying the virtual keyboard
+                           ;; should touch-screen-translate-prompt be
+                           ;; set, for then the key won't be delivered
+                           ;; to the command loop, but rather to a
+                           ;; caller of read-key-sequence such as
+                           ;; describe-key.
+                           (throw 'input-event event)
                          (if (and (or (not buffer-read-only)
                                       touch-screen-display-keyboard)
                                   ;; Detect the splash screen and