memory-leaks

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

commit 538e3438e720b55bac3bfeb1355253202447c586
parent d62f39909b5dde4c321d1537bedc94e57c41e66a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 11 Dec 2018 06:54:37 +0100

Add more Emacs-related itches

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=33697

🤦

Diffstat:
Mpersonal/itches.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/personal/itches.md b/personal/itches.md @@ -57,6 +57,8 @@ - make mark(s) more visible when region is not active (add a command or minor mode to highlight them) +- StackOverflow-like suggestions when reporting bugs + [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [Unicode conventions]: https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00961.html @@ -340,6 +342,11 @@ Full disclosure :END: ``` +## Match data vs `:eval` + +Cf. [bug #31586](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586). + + ## Language support - fix builtin/keyword distinction for Bash & Python3