branch: externals/show-font
commit 7bd66d31056b54b070d6842b15a333123df89d34
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add FIXME to refine show-font-list output
---
show-font.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/show-font.el b/show-font.el
index 759ddf4a3d..8cb4a65dea 100644
--- a/show-font.el
+++ b/show-font.el
@@ -396,6 +396,9 @@ FAMILY is a string that satisfies `show-font-installed-p'."
The preview text is that of `show-font-pangram'."
(declare (interactive-only t))
(interactive)
+ ;; FIXME 2024-09-06: Here we should only list fonts that can display
+ ;; the pangram OR, better, we should have something appropriate to
+ ;; show for them (e.g. emoji for the Emoji font).
(show-font-with-preview-buffer "*show-font preview of all installed fonts*"
(save-excursion
(let* ((counter 0)