summaryrefslogtreecommitdiff
path: root/itches
diff options
context:
space:
mode:
Diffstat (limited to 'itches')
-rw-r--r--itches/emacs/tracker.org32
1 files changed, 32 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index a7e3f5b..e6315a8 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -204,6 +204,18 @@ Cf. [[https://bugs.archlinux.org/task/58886][Arch Linux]], [[https://bugs.debian
:Role: author
:PatchApplied: t
:END:
+*** help
+**** TODO Teach =C-h k= & =C-h l= about fancy keymaps
+Some modes introduce indirections that defeat ~describe-key~ and
+~view-lossage~.
+
+E.g.
+- [ ] ~gnus-article-read-summary-keys~
+- [ ] ~org-self-insert-command~ + ~org-use-speed-commands~
+
+Maybe we could define a property for the related keymaps that would
+hold a function for =help.el= to call, in order to complement =*Help*=
+buffers with more helpful information?
*** imenu
**** TODO Add grouping/sorting predicates to ~imenu~ completion
So that ~imenu~ + ~icomplete-vertical-mode~ becomes a built-in,
@@ -448,6 +460,26 @@ toward (3).
Last I checked, turning on whitespace-mode… hm. That entry dates from
4 years ago. Probably it broke ERC? 🤷
*** Gnus
+**** Article
+***** TODO Aligned/tabular display of headers
+***** TODO Simple setting for ~visual-line-mode~
+I like ~visual-line-mode~ since it automatically re-flows buffers on
+window width changes, and composes with ~adaptive-wrap~ to add
+relevant wrap prefixes (extra indentation, citation marks), and I hope
+Someday™ [[bug:52983][a built-in solution to limit line length]] will be added (in
+the meantime, I use kludgy margin hacks to keep buffers narrow &
+centered).
+
+Currently, AFAICT (from incremental config tweaks; haven't searched
+the manual thoroughly), getting Gnus to soft-wrap lines requires
+futzing with:
+
+- ~gnus-article-truncate-lines~
+- ~gnus-article-unfold-long-headers~
+- ~gnus-treat-fill-article~
+- ~gnus-treat-fill-long-lines~
+- ~gnus-treat-fold-headers~
+- _finally_, calling ~visual-line-mode~ in ~gnus-article-mode-hook~
**** Cloud
***** TODO [[bug:41530]] gnus-cloud-download-all-data does not mark articles as read
:PROPERTIES: