summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--personal/itches/emacs/bulk.md14
2 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 99460dc..1efc1df 100644
--- 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
index 851a77f..21dc52f 100644
--- 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