diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-04-03 19:23:14 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-04-03 19:32:27 +0200 |
| commit | fe963c1ff46655857db4c8794348ade7dcb0c225 (patch) | |
| tree | ed50a22352fec166ac33e4546b2c7c6d3e7950eb | |
| parent | 868c500f9a5d60e8f004d6a17e3d6fff3cd11460 (diff) | |
| download | memory-leaks-fe963c1ff46655857db4c8794348ade7dcb0c225.tar.xz | |
Add more info on whitespace-mode and wrap prefix
The problem does not come from adaptive-wrap per se. For some reason
whitespace-mode does not act on spaces in display properties (which
csv-mode uses) but it does act on spaces from line-prefix and
wrap-prefix.
Interestingly, whitespace-mode only replaces the characters
in *-prefix; it does not set their face, which remains 'default.
| -rw-r--r-- | index.md | 2 | ||||
| -rw-r--r-- | personal/itches.md | 7 |
2 files changed, 3 insertions, 6 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 2456 words in 3 pages +## still reachable: 2453 words in 3 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md index 9ca8adc..568455a 100644 --- a/personal/itches.md +++ b/personal/itches.md @@ -29,7 +29,8 @@ override; could mark-defun consult functions/values exposed by major modes instead? - make outline ellipses easily customizable (see xdisp.c) -- Man-mode: make isearch skip end-of-line hypĥens +- Man-mode: make isearch skip end-of-line hyphens +- whitespace-mode: skip line/wrap-prefix variables and properties [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 @@ -68,10 +69,6 @@ Full disclosure - move timestamp to a better position (see `stamp` module) - play well with whitespace-mode -## ELPA - -- adaptive-wrap: play better with whitespace-mode (see csv-mode) - ## Language support - fix builtin/keyword distinction for Bash & Python3 |
