memory-leaks

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

commit cbf30e45872d7a11fffcbf123710521805fb404e
parent 38c2cc67eea02a30c1cbe2ec27d8586dff8d0084
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 17 May 2020 19:48:40 +0200

Add motivating example for making form feeds prettier by default

Diffstat:
Mitches/emacs/form-feed.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/itches/emacs/form-feed.md b/itches/emacs/form-feed.md @@ -21,7 +21,8 @@ unassuming control character. Having this kind of display by default would make it more obvious that this character has actual navigation semantics; as it stands, it looks -no different from some stray CARRIAGE RETURN. +no different from some stray CARRIAGE RETURN (to the point where +people unfamiliar with them [sometimes assume][junk] they are junk). I like the way form feeds are displayed with [`page-break-lines`]; magit's `show-lines` blaming style achieves a similar look. @@ -55,6 +56,7 @@ Full disclosure interesting issue ([who on Earth] enables `truncate-lines` by default anyway). +[junk]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41250#89 [`page-break-lines`]: https://github.com/purcell/page-break-lines [emacs-devel-thin-line]: https://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00268.html [who on Earth]: https://gitlab.com/peniblec/dotfiles/blob/master/.emacs-custom.el