summaryrefslogtreecommitdiff
path: root/personal/itches/emacs/bulk.md
diff options
context:
space:
mode:
Diffstat (limited to 'personal/itches/emacs/bulk.md')
-rw-r--r--personal/itches/emacs/bulk.md14
1 files changed, 13 insertions, 1 deletions
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