commit 96fc760e1361cd90b627dc67a35296851bc07bd1 parent d3670965eaf950173c7d74b7fc498d8bd98e14f2 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Thu, 12 Mar 2020 22:13:41 +0100 Update Emacs itches tracker Diffstat:
| M | itches/emacs/tracker.org | | | 21 | ++++++++++++++++++--- |
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org @@ -1,7 +1,4 @@ * 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. @@ -41,3 +38,21 @@ Can someone make this snippet less ugly? #+end_src *** gnus-cloud Can't get it to work. +* closed +** TODO add older bugs +** bug#39504 eww/shr: Ensure faces of enclosing elements apply to <code> elements +Patch applied. + +Unfortunately debbugs.el does not handle multiple patches per message; +the patch was thus applied manually, and somehow the first patch's +diff ended up with the second patch's title (and a whole new message +by the maintainer). + +I'll try to follow-up with a =git-am=-based function to apply patches +at point from Gnus (cf. bug#39504#24). +** bug#39597 M-x occur adds fontification to fundamental-mode +Fixed by Stefan & Juri. +** bug#39680 electric-pair-mode broken by undo +Fixed by Stefan. + +Still not clear why my ERT test is erratic.