diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-09 20:32:17 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-12-09 20:32:17 +0100 |
| commit | e5056cbb60948189770a172b5fb7020e31117bc7 (patch) | |
| tree | 9d7dbd76a21facd19c396524be26701d2fc93f38 /itches | |
| parent | 7847aad753429d6ad3ee70c562c3445ab41dc55c (diff) | |
| download | memory-leaks-e5056cbb60948189770a172b5fb7020e31117bc7.tar.xz | |
Think some more on shr itch
Diffstat (limited to 'itches')
| -rw-r--r-- | itches/emacs/bulk.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index 1214290..775e513 100644 --- 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 |
