diff options
| author | Eli Zaretskii | 2020-02-29 19:30:27 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2020-02-29 19:30:27 +0200 |
| commit | 60c84ad9922a0299cde76f7671250d9d13eee536 (patch) | |
| tree | 30fac6061cbb1bf281e4f3276b635e9f685a8614 | |
| parent | 5af9e5baad3dc68f75d93eeb4b2f2bb89ad62058 (diff) | |
| download | emacs-60c84ad9922a0299cde76f7671250d9d13eee536.tar.gz emacs-60c84ad9922a0299cde76f7671250d9d13eee536.zip | |
; * etc/TODO: Fix last change.
| -rw-r--r-- | etc/TODO | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -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 | ||
| 314 | Emacs by default displays the Variation Selector (VS) codepoints not | 314 | Emacs by default displays the Variation Selector (VS) codepoints not |
| 315 | composed with base characters as thin 1-pixel space glyphs. The | 315 | composed with base characters as hex codes in a box. The Unicode FAQ |
| 316 | Unicode FAQ says that if variation sequences cannot be supported, the | 316 | says that if variation sequences cannot be supported, the VS |
| 317 | VS characters should not be shown, leaving just the base character of | 317 | characters should not be shown, leaving just the base character of the |
| 318 | the sequence visible. This could be handled via | 318 | sequence visible. This could be handled via glyphless-char-display, |
| 319 | glyphless-char-display, by changing the entries for VS codepoints to | 319 | by changing the entries for VS codepoints to 'zero-width'. Or we |
| 320 | 'zero-width'. | 320 | could display them as a thin 1-pixel space, as we do with format |
| 321 | control 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 | ||