]> git.eshelyaron.com Git - emacs.git/commit
Improve word selection behavior
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 04:58:29 +0000 (12:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 04:58:29 +0000 (12:58 +0800)
commit089a710ab0ede81f00e4f66c47836c65f0f588d1
tree87336eace3344c740e3ac16e116ac689f1fbe484
parent21c7024cf8b93f5fc8b7bccdcb8d9ba3b6dadf63
Improve word selection behavior

* lisp/tab-bar.el (tab-bar-map): Don't bind touch-screen-drag.
* lisp/touch-screen.el (touch-screen-drag): Extend the region
based on the position of the mark, not the position of point
relative to EVENT.
(touch-screen-translate-touch): Don't generate virtual function
keys for non-mouse events.
(function-key-map): Remove redundant definitions.
* src/keyboard.c (read_key_sequence): Don't generate *-bar
prefix keys for mock input (such as input from function key
translation.)
lisp/tab-bar.el
lisp/touch-screen.el
src/keyboard.c