* participating ** bug#39680 electric-pair-mode broken by undo - Patch proposed by Stefan. - Not clear why ERT test is erratic. ** bug#28969 dired: Confirmation prompt for wildcard not surrounded by whitespace - v6 posted in December 2019. - Eli skeptical of final UI. * following ** bug#39799 Most emoji sequences don’t render correctly * cogitating ** bug *** hi-lock-mode does not automatically pick up new occurrences in fundamental and text modes See maybe bug#39597#41. ** 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 *** gnus-cloud Can't get it to work.