diff options
| author | Stefan Kangas | 2021-10-03 02:04:34 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-10-03 02:16:15 +0200 |
| commit | b1a8a66fb0f28cba607831862fa673666a47bb2c (patch) | |
| tree | 734b5db6e2d83205da4d6bdea3979bc40d6aa8a9 | |
| parent | 6c01a213656cc1d38c9ac0b127583910a9296365 (diff) | |
| download | emacs-b1a8a66fb0f28cba607831862fa673666a47bb2c.tar.gz emacs-b1a8a66fb0f28cba607831862fa673666a47bb2c.zip | |
; * etc/TODO: Fix previous commit; delete the right thing.
| -rw-r--r-- | etc/TODO | 9 |
1 files changed, 5 insertions, 4 deletions
| @@ -74,10 +74,6 @@ Including it as an "experimental" compile-time option sounds good. Of | |||
| 74 | course there might still be big questions around "which form of | 74 | course there might still be big questions around "which form of |
| 75 | concurrency" we'll want. | 75 | concurrency" we'll want. |
| 76 | 76 | ||
| 77 | ** Better support for dynamic embedded graphics | ||
| 78 | I like this idea (my mpc.el code could use it for the volume widget), | ||
| 79 | though I wonder if the resulting efficiency will be sufficient. | ||
| 80 | |||
| 81 | ** Spread Semantic | 77 | ** Spread Semantic |
| 82 | 78 | ||
| 83 | ** Improve the "code snippets" support | 79 | ** Improve the "code snippets" support |
| @@ -396,6 +392,11 @@ should invoke the 'shape' method. 'hbfont_shape' should be extended | |||
| 396 | to pass to 'hb_shape_full' the required array of features, as | 392 | to pass to 'hb_shape_full' the required array of features, as |
| 397 | mentioned in the above HarfBuzz discussion. | 393 | mentioned in the above HarfBuzz discussion. |
| 398 | 394 | ||
| 395 | ** Better support for displaying Emoji | ||
| 396 | Emacs is capable of displaying Emoji and some of the Emoji sequences, | ||
| 397 | provided that its fontsets are configured with a suitable font. To | ||
| 398 | make this easier out of the box, the following should be done: | ||
| 399 | |||
| 399 | *** Populate composition-function-table with Emoji rules | 400 | *** Populate composition-function-table with Emoji rules |
| 400 | The Unicode Character Database (UCD) includes several data files that | 401 | The Unicode Character Database (UCD) includes several data files that |
| 401 | define the valid Emoji sequences. These files should be imported into | 402 | define the valid Emoji sequences. These files should be imported into |