summaryrefslogtreecommitdiff
path: root/personal/itches.md
diff options
context:
space:
mode:
Diffstat (limited to 'personal/itches.md')
-rw-r--r--personal/itches.md16
1 files changed, 11 insertions, 5 deletions
diff --git a/personal/itches.md b/personal/itches.md
index 1e1feb6..07c6846 100644
--- a/personal/itches.md
+++ b/personal/itches.md
@@ -26,7 +26,6 @@
modes instead?
- make ellipses for "invisible" text easily customizable (src/xdisp.c)
- Man-mode: make isearch skip end-of-line hyphens
-- whitespace-mode: skip line/wrap-prefix variables and properties
- when opening `.gpg` files in a TTY, some characters (e.g. TAB) are
swallowed by Emacs instead of being forwarded to the gpg prompt;
these characters are then inserted in the decrypted file's buffer
@@ -392,14 +391,21 @@ Full disclosure
- prevent kills from ending up in the clipboard
- add command to temporarily reveal password
+## whitespace-mode
+
+- skip line/wrap-prefix variables and properties
+
+- highlights the adaptive-wrap prefix, although weirdly enough the
+ whitespace *faces* are not applied
+
+- in org-indent-mode, adds a spurious (unfaced) space marker before
+ paragraphs; somehow transient-mark-mode knows not to highlight this
+ space, maybe the answer lies there
+
## External libraries
### adaptive-wrap
-- whitespace-mode highlights the adaptive-wrap prefix (although
- weirdly enough the whitespace faces are not applied); I'd rather the
- extra space stayed unadorned.
-
- a commented-out line with no space between the comment delimiter and
its text will get padded with the comment delimiter: