From: Eli Zaretskii Date: Mon, 26 Sep 2022 06:51:14 +0000 (+0300) Subject: ; * etc/TODO: Add some new info to the stylistic-sets item. X-Git-Tag: emacs-29.0.90~1856^2~220 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c0fc12631ba15ffa8e5e6ebc8673f26fdb48202;p=emacs.git ; * etc/TODO: Add some new info to the stylistic-sets item. --- diff --git a/etc/TODO b/etc/TODO index 3e4979da8a7..fefc586123e 100644 --- a/etc/TODO +++ b/etc/TODO @@ -359,6 +359,17 @@ should invoke the 'shape' method. 'hbfont_shape' should be extended to pass to 'hb_shape_full' the required array of features, as mentioned in the above HarfBuzz discussion. +Alternatively, stylistic sets could be a font property, or a face +property. See this discussion: + + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01597.html + +For some relevant use cases, see + + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01652.html + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01701.html + https://lists.gnu.org/archive/html/emacs-devel/2022-09/msg01772.html + ** Concurrency Stefan Monnier writes: "Including it as an 'experimental' compile-time option sounds good. Of course there might still be big questions