diff options
Diffstat (limited to 'personal/itches/emacs/bulk.md')
| -rw-r--r-- | personal/itches/emacs/bulk.md | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md index 4fd6402..2de60f4 100644 --- a/personal/itches/emacs/bulk.md +++ b/personal/itches/emacs/bulk.md @@ -159,7 +159,7 @@ ## Ellipses customization Make ellipses for "invisible" text easily customizable (src/xdisp.c). -Make them default to ?… when this character can be displayed. +Make them default to "…" when `(char-displayable-p ?…)`. Use-cases: @@ -169,6 +169,17 @@ Use-cases: - rgrep - magit-process +## xref + +- search gz-compressed Elisp files when calling `xref-find-references` + from an Elisp buffer: from a user perspective, if + `xref-find-definitions` can visit those files, + `xref-find-references` should work too (even though technically they + don't rely on the same mechanisms) + +- defun-building macros seem hard to understand for xref: e.g. `M-.` + on `rg` does not jump to `rg-define-search rg` + ## External libraries ### adaptive-wrap @@ -208,6 +219,12 @@ Use-cases: way to hide or distinguish "stale" branches from active ones, a la <https://emba.gnu.org/emacs/emacs/branches> +#### transient + +- cannot use the full domain of `--find-renames` (e.g. 1%) +- cannot call transient-save for all transients (e.g. would like to + always `fetch --prune`) + ### markdown-mode - support [shortcut reference links] |
