summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-24 15:46:56 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-02-24 15:58:38 +0100
commite5224c2a45c87a9dbb662989233be62f4bd889fc (patch)
treeb9ffe4eaf1db2ed506f9cce4ae1097067dd9bd29
parent41ae5f993e6fa8c801920838d2835e1cb73d4719 (diff)
downloadmemory-leaks-e5224c2a45c87a9dbb662989233be62f4bd889fc.tar.xz
Add another whitespace-mode itch
Group them together, as I expect all of these itches have related solutions.
-rw-r--r--README.md2
-rw-r--r--personal/itches.md16
2 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 837a45e..ee1ee73 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 6921 words in 12 pages
+## still reachable: 6938 words in 12 pages
Hi! I am a software engineer interested in [a bunch of things].
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: