diff options
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/form-feed.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/itches/emacs/form-feed.md b/itches/emacs/form-feed.md index fd60dd4..1009074 100644 --- a/itches/emacs/form-feed.md +++ b/itches/emacs/form-feed.md @@ -48,7 +48,9 @@ This hypothetical thin-line display could be re-used by e.g.: - Custom buffers, where sections are delimited with a 999-character-wide underlined space, -- `eldoc-doc-buffer-separator`. +- `eldoc-doc-buffer-separator`, + +- `shr-hr-line` See [emacs-devel][emacs-devel-thin-line] for a list of use-cases for thin lines, form-feed-related or not. @@ -57,6 +59,13 @@ thin lines, form-feed-related or not. [junk]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=41250#89 [emacs-devel-thin-line]: https://lists.gnu.org/archive/html/emacs-devel/2019-05/msg00268.html +## State of the art + +Emacs has grown some facilities that we could build on: + +- `page-delimiter` locates spots in the buffer that mark page limits; +- `(make-separator-line)` produces a "thin-line" representation. + ## Incidental motivation This reflection started because moving over this underlined space with |
