aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-02-29 19:30:27 +0200
committerEli Zaretskii2020-02-29 19:30:27 +0200
commit60c84ad9922a0299cde76f7671250d9d13eee536 (patch)
tree30fac6061cbb1bf281e4f3276b635e9f685a8614
parent5af9e5baad3dc68f75d93eeb4b2f2bb89ad62058 (diff)
downloademacs-60c84ad9922a0299cde76f7671250d9d13eee536.tar.gz
emacs-60c84ad9922a0299cde76f7671250d9d13eee536.zip
; * etc/TODO: Fix last change.
-rw-r--r--etc/TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/etc/TODO b/etc/TODO
index f2594f005c7..20262a77e97 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -312,12 +312,13 @@ font.
312*** Consider changing the default display of Variation Selectors 312*** Consider changing the default display of Variation Selectors
313 313
314Emacs by default displays the Variation Selector (VS) codepoints not 314Emacs by default displays the Variation Selector (VS) codepoints not
315composed with base characters as thin 1-pixel space glyphs. The 315composed with base characters as hex codes in a box. The Unicode FAQ
316Unicode FAQ says that if variation sequences cannot be supported, the 316says that if variation sequences cannot be supported, the VS
317VS characters should not be shown, leaving just the base character of 317characters should not be shown, leaving just the base character of the
318the sequence visible. This could be handled via 318sequence visible. This could be handled via glyphless-char-display,
319glyphless-char-display, by changing the entries for VS codepoints to 319by changing the entries for VS codepoints to 'zero-width'. Or we
320'zero-width'. 320could display them as a thin 1-pixel space, as we do with format
321control characters, by using 'thin-space' there.
321 322
322*** Special face for displaying text presentation of Emoji 323*** Special face for displaying text presentation of Emoji
323 324