diff options
| -rw-r--r-- | itches/emacs/bulk.md | 10 | ||||
| -rw-r--r-- | itches/emacs/tracker.org | 10 |
2 files changed, 7 insertions, 13 deletions
diff --git a/itches/emacs/bulk.md b/itches/emacs/bulk.md index 448c8a1..a0a80f6 100644 --- a/itches/emacs/bulk.md +++ b/itches/emacs/bulk.md @@ -153,16 +153,6 @@ Use-cases: ## External libraries -### adaptive-wrap - -- a commented-out line with no space between the comment delimiter and - its text will get padded with the comment delimiter: - - ;(some very long line) - ;; ⇒ wrapped with adaptive-wrap-extra-indent set to 4: - ;(some very - ;;;;;long line) - ### debbugs - asynchronous bug fetching diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index 7be5604..d2e63ea 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -2,10 +2,12 @@ ** bug#28969 dired: Confirmation prompt for wildcard not surrounded by whitespace - v6 posted in December 2019. - Eli skeptical of final UI. +- Waiting until 27.1 is released before pestering the maintainers with + another bikeshed. ** bug#40152 icomplete vs recursive prompts ** bug#40520 Prevent duplicate thread titles in Gnus -** bug#41194 [feature/native-comp] fibn benchmark exhausts memory ** bug#41530 gnus-cloud-download-all-data does not mark articles as read +** bug#41810 [ELPA] adaptive-wrap: Fontify wrap-prefix * 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 @@ -58,8 +60,10 @@ Fixed by Stefan. It took some time and effort, but I eventually managed to write a unit test. ** bug#41077 [feature/native-comp] Segfaults when compiling ELC+ELN Took a couple of tries (and 3 days straight of compilation), but I got -the branch to compile on my Samsung NC10. See also Andrea's [[https://akrl.sdf.org/gccemacs.html#org0280894][progress -page]]. +the branch to compile on my Samsung NC10. See also update 8 on +Andrea's [[https://akrl.sdf.org/gccemacs.html][progress page]]. +** bug#41194 [feature/native-comp] fibn benchmark exhausts memory +Fixed by Andrea (see update 9 on his [[https://akrl.sdf.org/gccemacs.html][progress page]]). ** bug#41584 org-indent-mode's line-prefix text property flickers near overlays First reported as [[https://github.com/dgutov/diff-hl/issues/142][dgutov/diff-hl#142]]. Fixed by Eli. ** bug#41747 Add default fontset setup for "Symbols and Pictographs Extended-A" |
