diff options
| -rw-r--r-- | itches/emacs/bulk.md | 5 | ||||
| -rw-r--r-- | itches/emacs/tracker.org | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index 46f3caa..448c8a1 100644 --- a/itches/emacs/bulk.md +++ b/itches/emacs/bulk.md @@ -45,7 +45,6 @@ ``` - StackOverflow-like suggestions when reporting bugs -- match data vs. `:eval` during redisplay: cf. [bug#31586] - make vc honour `.gitignore` so that `project-find-file` completion is not cluttered with ignored files - in a folder with a .git folder and a .gitignore file, @@ -63,8 +62,6 @@ `texinfo-show-structure` - `C-c C-e` runs `Texinfo-environment` instead of being a prefix 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 @@ -72,8 +69,6 @@ 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 [Unicode conventions]: https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00961.html ## Dired diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index c63d19e..7be5604 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -7,6 +7,10 @@ ** bug#41194 [feature/native-comp] fibn benchmark exhausts memory ** bug#41530 gnus-cloud-download-all-data does not mark articles as read * following +** bug#31586 `frame-title-format' doesn't save match data +** bug#31666 Bad interaction between visual-line-mode and wrap-prefix on long lines +Aka "visual-line-mode adds newlines before words that end up being +split anyway"; the problem occurs without wrap-prefixes. ** bug#39799 Most emoji sequences don’t render correctly ** bug#40280 gnus-cloud doesn't do anything useful ** bug#40909 eww: Add max width option similar to Man-width-max |
