memory-leaks

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

commit 058e27cc1abc4dce431ba14e9c33e4710df76e55
parent 8cd09caa1e3bf44929b093757b829821a5e74fb2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 21 Jan 2026 18:54:48 +0100

Clean up stale itches

Add proper issue tracking.  The gnus-article itch is already on record
under 'GNU Emacs/Major modes/Gnus/Article/Simple setting for
visual-line-mode'.

Add a warning at the top of bulk.md; this file is probably overdue for
some pruning 🫣

Diffstat:
Mitches/emacs/bulk.md | 12++++--------
Mitches/emacs/tracker.org | 5+++++
Mreviews/emacs/hype.org | 2+-
3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md @@ -1,3 +1,7 @@ +Barely structured notes about issues I find. Occasionally promoted to +[tracker.org](./tracker.org), but mostly forgotten; the main goal is to get stuff +out of my system. + # Emacs - center/top point when @@ -137,14 +141,6 @@ Use-cases: - defun-building macros seem hard to understand for xref: e.g. `M-.` on `rg` does not jump to `rg-define-search rg` -## shr - -- eww, gnus-article: adapt filling to window width changes - - alternately, teach shr not to fill lines; rely on - visual-line-mode (cf. [wasamasa's monkey-patch in nov.el]) - -[wasamasa's monkey-patch in nov.el]: https://github.com/wasamasa/nov.el/commit/ecbdecc927a3b3f7e0927d225e6e6464c244c2ae - ## External libraries ### debbugs diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -427,6 +427,11 @@ being "poisoned" by a user's =:eval= form in frame-title-format. Unfortunately debbugs.el does not handle multiple patches per message; the first patch's diff was thus applied manually, with the second patch's title (and a whole new message by the maintainer). +**** DONE [[bug:66676]] Delegate filling to ~visual-line-mode~ +:PROPERTIES: +:Role: watcher +:Kudos: Rahguzar +:END: **** DONE [[bug:69555]] Keep indenting text when 'shr-fill-text' is nil :PROPERTIES: :Role: author diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -188,7 +188,7 @@ As of ERC 5.6, setting ~erc-fill-function~ to ~'erc-fill-wrap~ enables make messages reflowable (c) keep timestamps firmly stuck to the right margin. *** shr -**** ~shr-fill-text~ +**** bug#66676 ~shr-fill-text~ Set to nil to completely disable shr's line-wrapping. This lets users leverage ~visual-line-mode~ to get all the benefits of display-engine-backed wrapping: text is reflowed on the fly as windows