summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--personal/itches/emacs/bulk.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index d86d0cf..d82f9ad 100644
--- 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
index 17554c6..fca066a 100644
--- 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