]> git.eshelyaron.com Git - emacs.git/commit
Add an option to display the cursor at the beginning of any preedit text
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 12:55:16 +0000 (20:55 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 12:55:16 +0000 (20:55 +0800)
commit54971f5c14fd430208bd456d9f6efcb28b6abe28
tree8c801992a7d7b03260dbafa3ff744af46b3083bc
parente91848344e096e23ad00a8a4e58299a33ed82e1c
Add an option to display the cursor at the beginning of any preedit text

Believe it or not, people actually want this, because it makes
Emacs behave closer to some other editors such as WPS Office.

* lisp/term/x-win.el
(x-display-cursor-at-start-of-preedit-string): New user option.
(x-preedit-text): Respect new option.
lisp/term/x-win.el