summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--itches/emacs/tracker.org10
1 files changed, 1 insertions, 9 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org
index 2558da1..62e0549 100644
--- a/itches/emacs/tracker.org
+++ b/itches/emacs/tracker.org
@@ -3,6 +3,7 @@
- v6 posted in December 2019.
- Eli skeptical of final UI.
** bug#40152 icomplete vs recursive prompts
+** bug#40520 Prevent duplicate thread titles in Gnus
* following
** bug#39799 Most emoji sequences don’t render correctly
** bug#40280 gnus-cloud doesn't do anything useful
@@ -29,15 +30,6 @@ To take some manual work off the maintainers:
(setq-local vc-parent-buffer (find-file-noselect "CONTRIBUTE")))
#+end_src
** help
-*** compilation-in-progress
-Can someone make this snippet less ugly?
-#+begin_src elisp
-(let ((props (text-properties-at
- 0 (car (alist-get 'compilation-in-progress mode-line-modes)))))
- (setf (alist-get 'compilation-in-progress mode-line-modes)
- (list
- (apply #'propertize "⚙" `(face compilation-mode-line-run ,@props)))))
-#+end_src
* closed
** bug#23284 Cannot input 'Y' with dired-do-query-replace-regexp
Fixed by Dmitry.