diff options
Diffstat (limited to 'itches/emacs/tracker.org')
| -rw-r--r-- | itches/emacs/tracker.org | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org new file mode 100644 index 0000000..9e4e46d --- /dev/null +++ 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. |
