emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode combining characters


From: Anand Tamariya
Subject: Re: Unicode combining characters
Date: Thu, 27 May 2021 12:30:04 +0530

Please try the latest master branch, I hope I fixed this now.

The fix works for the given example. However, here's another one that ideally should be one composed glyph (validated by moving the cursor over the glyph) but counts as 2 in string-width.

(setq ra (string 2352 2366))

(string-width ra) ; 2

;; Glyph in a word
(setq shankar (string 2358 2306 2325 2352 2366))
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]