commit f3934f6af7e8e8ce7ef24426c4236d26d06b8619
parent 18c641c763c000b972817e84e450a60971a4f954
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 17 May 2019 19:53:04 +0200
Expand itch on Emacs ellipses
Diffstat:
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 8114 words in 18 pages
+## still reachable: 8140 words in 18 pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md
@@ -23,7 +23,6 @@
- some modes redefine C-M-h, which makes this binding hard to
override; could mark-defun consult functions/values exposed by major
modes instead?
-- make ellipses for "invisible" text easily customizable (src/xdisp.c)
- Man-mode: make isearch skip end-of-line hyphens
- when opening `.gpg` files in a TTY, some characters (e.g. TAB) are
swallowed by Emacs instead of being forwarded to the gpg prompt;
@@ -183,6 +182,19 @@ Some remaining issues:
[emacs-devel-emoji]: https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00996.html
+## Ellipses customization
+
+Make ellipses for "invisible" text easily customizable (src/xdisp.c).
+Make them default to ?… when this character can be displayed.
+
+Use-cases:
+
+- ibuffer truncation
+- hideshow
+- outline (org)
+- rgrep
+- magit-process
+
## External libraries
### adaptive-wrap