memory-leaks

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

commit 61d6372e9fe3a229bbd9d7fa771765fb1dcd7ef1
parent e5056cbb60948189770a172b5fb7020e31117bc7
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 27 Dec 2019 17:59:42 +0100

Note down hscroll-related itches

Diffstat:
Mitches/emacs/bulk.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md @@ -74,6 +74,12 @@ command for `texinfo-format-{buffer,region}` - [bug#31666]: visual-line-mode adds newlines before words that end up being split anyway +- when truncating long lines and auto-filling, if the window is + narrower than (- fill-column hscroll-margin), horizontal scrolling + kicks in before the line is auto-filled; the window (or the current + line, depending on auto-hscroll-mode) remains horizontally stuck to + the right even though auto-filling made the line short enough to + display without hscroll [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586 [bug#31666]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31666 @@ -238,6 +244,8 @@ Use-cases: type, they stick to the left margin, then when I stop typing, they become indented again. +- hides left line-truncation marker + ### wgrep `C-c C-d` (`wgrep-mark-deletion`) could move to the next line, just