]> git.eshelyaron.com Git - emacs.git/commit
Improve treatment of aborted touch events in Speedbar and elsewhere
authorPo Lu <luangruo@yahoo.com>
Tue, 9 Apr 2024 02:37:47 +0000 (10:37 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Apr 2024 20:29:38 +0000 (22:29 +0200)
commitf8a409b9583bc8c3ba38665fd58b0edcda9bfe88
treee9b5e63c43ea5bb08705733e52c47e839c7cda18
parentfebe7ec219d0f9476d6e8256b90917ee604792ee
Improve treatment of aborted touch events in Speedbar and elsewhere

* lisp/dframe.el (dframe-popup-kludge): Mark as a
mouse-1-menu-command.

* lisp/touch-screen.el (touch-screen-handle-point-up): New
argument CANCELED.  Implement specific responses to cancellation
for each tool state.
(touch-screen-handle-touch): Adjust to match.

(cherry picked from commit 64eb4ce0af80b840c7b1da137e4323a3d06062fa)
lisp/dframe.el
lisp/touch-screen.el