memory-leaks

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

commit e07e5cb93ca9e939763a8e597e93e4fef2c6414c
parent d2497b11a6d237d85a9d43be18efac03cae27c47
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 13 Jun 2020 20:03:40 +0200

Shuffle some itches around

Diffstat:
Mitches/emacs/bulk.md | 5-----
Mitches/emacs/tracker.org | 4++++
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md @@ -45,7 +45,6 @@ ``` - StackOverflow-like suggestions when reporting bugs -- match data vs. `:eval` during redisplay: cf. [bug#31586] - make vc honour `.gitignore` so that `project-find-file` completion is not cluttered with ignored files - in a folder with a .git folder and a .gitignore file, @@ -63,8 +62,6 @@ `texinfo-show-structure` - `C-c C-e` runs `Texinfo-environment` instead of being a prefix 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 @@ -72,8 +69,6 @@ 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 [Unicode conventions]: https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00961.html ## Dired diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -7,6 +7,10 @@ ** bug#41194 [feature/native-comp] fibn benchmark exhausts memory ** bug#41530 gnus-cloud-download-all-data does not mark articles as read * following +** bug#31586 `frame-title-format' doesn't save match data +** bug#31666 Bad interaction between visual-line-mode and wrap-prefix on long lines +Aka "visual-line-mode adds newlines before words that end up being +split anyway"; the problem occurs without wrap-prefixes. ** bug#39799 Most emoji sequences don’t render correctly ** bug#40280 gnus-cloud doesn't do anything useful ** bug#40909 eww: Add max width option similar to Man-width-max