memory-leaks

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

commit ceff66600d641095094536eb2f3c71e244d3c5cc
parent 3e4165046d7ee49827015704c24e8bd89e256360
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 25 May 2019 12:08:31 +0200

Add Emacs itch

Diffstat:
MREADME.md | 2+-
Mpersonal/itches/emacs/bulk.md | 5+++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 8279 words in 19 pages +## still reachable: 8317 words in 19 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md @@ -87,6 +87,11 @@ command for `texinfo-format-{buffer,region}` - [bug#31666]: visual-line-mode adds newlines before words that end up being split anyway +- `gnus-group-make-group` uses `message-y-or-n-p`, which relies on + `message-talkative-question`; the message might be too wide for the + temporary buffer where it is displayed, and `y-or-n-p` prevents the + user from moving to the buffer and looking at the rest of the + message. [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586