diff options
| -rw-r--r-- | itches/emacs/bulk.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index 775e513..2f44252 100644 --- a/itches/emacs/bulk.md +++ b/itches/emacs/bulk.md @@ -74,6 +74,12 @@ command for `texinfo-format-{buffer,region}` - [bug#31666]: visual-line-mode adds newlines before words that end up being split anyway +- when truncating long lines and auto-filling, if the window is + narrower than (- fill-column hscroll-margin), horizontal scrolling + kicks in before the line is auto-filled; the window (or the current + line, depending on auto-hscroll-mode) remains horizontally stuck to + the right even though auto-filling made the line short enough to + display without hscroll [bug#31586]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31586 [bug#31666]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31666 @@ -238,6 +244,8 @@ Use-cases: type, they stick to the left margin, then when I stop typing, they become indented again. +- hides left line-truncation marker + ### wgrep `C-c C-d` (`wgrep-mark-deletion`) could move to the next line, just |
