diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches/emacs/bulk.md | 14 |
2 files changed, 14 insertions, 2 deletions
@@ -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 |
