]> git.eshelyaron.com Git - emacs.git/commit
Fix deletion of composed text
authorEli Zaretskii <eliz@gnu.org>
Mon, 27 Jun 2022 12:32:53 +0000 (15:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 27 Jun 2022 12:32:53 +0000 (15:32 +0300)
commit0190dff96ac15e48ad57f33d69f5900b3851b9e0
treefb4299d32c151b207caf1f0fbbd828125f843134
parentf9f41c586a31ad5ba326834c9f4dddfcf78f69e9
Fix deletion of composed text

* lisp/composite.el (lgstring-glyph-boundary): New function.
* lisp/simple.el (delete-forward-char): Call
'lgstring-glyph-boundary' to find where to end the deletion inside
an automatic composition.  (Bug#56237)
lisp/composite.el
lisp/simple.el