memory-leaks

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

commit e5056cbb60948189770a172b5fb7020e31117bc7
parent 7847aad753429d6ad3ee70c562c3445ab41dc55c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon,  9 Dec 2019 20:32:17 +0100

Think some more on shr itch

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

diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md @@ -10,7 +10,6 @@ - understand `autocd` and `cd !$` - use Bash completions (e.g. `ls TAB` in a folder with one file) - eshell: `ls --group-directories-first` does not color folders -- eww, gnus-article: adapt filling to window width changes - scroll-lock-mode - cursor stuck on lines wrapped by visual-line-mode - cursor stuck on lines with lines taller than regular height (see @@ -152,6 +151,14 @@ 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 ### adaptive-wrap