]> git.eshelyaron.com Git - emacs.git/commit
New commands to convert ASCII to fullwidth characters and back
authorEli Zaretskii <eliz@gnu.org>
Sun, 2 Mar 2025 13:25:53 +0000 (15:25 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 4 Mar 2025 21:02:34 +0000 (22:02 +0100)
commitabd7b7011a1960516ea2ab6705744373a8d945ee
tree42ed8d536bb7627b6819a391d71d018dff338268
parent7ed2e7d28c40d01684ddd194cd6cef0bd726a941
New commands to convert ASCII to fullwidth characters and back

* lisp/textmodes/text-mode.el (text-mode--fullwidth-table): New
variable.
(text-mode--get-fullwidth-table): New internal function.
(fullwidth-region, halfwidth-region, fullwidth-word)
(halfwidth-word): New commands.  (Bug#71822)

* etc/NEWS: Announce new commands.

(cherry picked from commit 8937dee9e418c64587769dd22bb9683cd3690688)
lisp/textmodes/text-mode.el