memory-leaks

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

commit 2f6fa9bf5be5215ff883b29f5e5b987231de7b93
parent 2da08702bab17cc020815f024dc993ea5a0d6733
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 11 Sep 2022 20:10:15 +0200

Add scratched itch

Diffstat:
Mitches/emacs/tracker.org | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -150,6 +150,12 @@ being "poisoned" by a user's =:eval= form in frame-title-format. :Role: author :END: Fixed by Stefan. +*** DONE [[bug:57733]] Fix ~replace-*-in-region~ crash +:PROPERTIES: +:Role: author +:PatchApplied: t +:TestAdded: t +:END: *** TODO Add command to toggle password visibility **** cover letter Hello Emacs, @@ -665,7 +671,8 @@ The ~wrap-prefix~ does not match the opening ~>~'s ~display~ property. *** TODO autoload debbugs-gnu-emacs-release-blocking-reports I prefer this over the Org variant, which is autoloaded. *** TODO Make ~debbugs-gnu-apply-patch~ smarter -To avoid accidents like [[bug:28969]], [[bug:39504]], and [[bug:41810]]. +To avoid accidents like [[bug:28969]], [[bug:39504]], [[bug:41810]], and +[[bug:57733]]. ** diff-hl *** DONE [[https://github.com/dgutov/diff-hl/issues/142][#142]] Weird interaction between diff-hl-flydiff-mode and org-indent-mode Eventually reported back to Emacs core in [[bug:41584]] and fixed by Eli.