memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit e5224c2a45c87a9dbb662989233be62f4bd889fc
parent 41ae5f993e6fa8c801920838d2835e1cb73d4719
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 24 Feb 2019 15:46:56 +0100

Add another whitespace-mode itch

Group them  together, as  I expect  all of  these itches  have related
solutions.

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 16+++++++++++-----
2 files changed, 12 insertions(+), 6 deletions(-)

diff --git 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 @@ -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: