summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorManuel Giraud <manuel@ledu-giraud.fr>2026-05-04 10:14:36 +0200
committerEli Zaretskii <eliz@gnu.org>2026-05-23 14:12:19 +0300
commit7a17f97baa7d483cba5cde3cd22c34e0597e60b5 (patch)
treef385d3186385b06512f6faa1d95113a9f891a37f /etc
parentf13287fde0d0900fe834cda9df77a072dd35d685 (diff)
Prettify special glyphs
* lisp/disp-table.el (prettify-special-glyphs-mode): New mode to display nicer special glyphs. (special-glyphs): New face for displaying special glyphs when the minor mode is active. (prettify-special-glyphs-saved-truncation) (prettify-special-glyphs-saved-continuation): Internal variables to save previous special glyphs. * etc/NEWS: Announce the change. (Bug#80628)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1f99eb22a38..083e6b50ea4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -169,6 +169,12 @@ behavior, customize 'find-function-mode-lower-precedence' to non-nil.
---
** 'find-function' can now find 'cl-defmethod' invocations inside macros.
+---
+** New minor mode 'prettify-special-glyphs-mode'.
+The new minor mode prettifies the special character glyphs (truncation
+and continuation) on TTY frames (and GUI frames without fringes). You
+can customize the associated new face 'special-glyphs'.
+
** Minibuffer and Completions
+++