commit 8fcd0060b14744e1fcb910fb0511a02da27d256f parent 48718eed8652f8cb466b43a52b49e3fdb23d04c3 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Tue, 10 Mar 2020 23:28:52 +0100 Add personal tracker for current-ish Emacs issues Diffstat:
| A | itches/emacs/tracker.org | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -0,0 +1,25 @@ +* 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.