emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 60c84ad: ; * etc/TODO: Fix last change.


From: Eli Zaretskii
Subject: emacs-27 60c84ad: ; * etc/TODO: Fix last change.
Date: Sat, 29 Feb 2020 12:31:25 -0500 (EST)

branch: emacs-27
commit 60c84ad9922a0299cde76f7671250d9d13eee536
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * etc/TODO: Fix last change.
---
 etc/TODO | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/etc/TODO b/etc/TODO
index f2594f0..20262a7 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -312,12 +312,13 @@ font.
 *** Consider changing the default display of Variation Selectors
 
 Emacs by default displays the Variation Selector (VS) codepoints not
-composed with base characters as thin 1-pixel space glyphs.  The
-Unicode FAQ says that if variation sequences cannot be supported, the
-VS characters should not be shown, leaving just the base character of
-the sequence visible.  This could be handled via
-glyphless-char-display, by changing the entries for VS codepoints to
-'zero-width'.
+composed with base characters as hex codes in a box.  The Unicode FAQ
+says that if variation sequences cannot be supported, the VS
+characters should not be shown, leaving just the base character of the
+sequence visible.  This could be handled via glyphless-char-display,
+by changing the entries for VS codepoints to 'zero-width'.  Or we
+could display them as a thin 1-pixel space, as we do with format
+control characters, by using 'thin-space' there.
 
 *** Special face for displaying text presentation of Emoji
 



reply via email to

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