diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-15 00:56:56 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-12-15 00:56:56 +0100 |
| commit | c747c9a4189a5c31845f379a3bc57104582f76f6 (patch) | |
| tree | 24d5fe42171141c24cd632efbb91fce9054a8e32 /itches/emacs | |
| parent | d393a44d17e1d1278bfa51de42abd0eedebf99f8 (diff) | |
| download | memory-leaks-c747c9a4189a5c31845f379a3bc57104582f76f6.tar.xz | |
Cross two itches off the list
Diffstat (limited to 'itches/emacs')
| -rw-r--r-- | itches/emacs/tracker.org | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/itches/emacs/tracker.org b/itches/emacs/tracker.org index bec0311..595fa12 100644 --- a/itches/emacs/tracker.org +++ b/itches/emacs/tracker.org @@ -259,12 +259,14 @@ More unrelated tests that needed fixing before I could start working. :Role: author :END: ACKed by Bastien; bump once 9.4 is released. -**** TODO [[bug:42184]] org-fontify-whole-heading-line does not work in emacs 27 +**** DONE [[bug:42184]] org-fontify-whole-heading-line does not work in emacs 27 :PROPERTIES: :Role: watcher :PatchApplied: t :END: -All that remains is merging Org 9.3.8 into emacs-27 (cf. [[bug:43268]]). +An unfortunate fallout of the new =:extend= face attribute; fixed in +Org 9.4, which eventually landed in Emacs 27's maintenance branch +(cf. [[bug:43268]]). **** TODO [[orgmode:87mu3ze52c.fsf@gmail.com]] Default description for abbreviated links :PROPERTIES: :Role: author @@ -361,8 +363,11 @@ Eventually reported back to Emacs core in [[bug:41584]] and fixed by Eli. :Role: author :PatchApplied: t :END: -*** TODO Autoload magit-file-mode-map correctly -The current state of affairs: +*** DONE +[[https://github.com/magit/magit/pull/4207][magit/magit#4207]]+ [[https://github.com/magit/magit/pull/4213][magit/magit#4213]] Autoload magit-file-mode-map correctly +:PROPERTIES: +:Role: author +:END: +The initial state of affairs: - ~global-magit-file-mode~ says ~:init-value t~, but that has no effect. @@ -376,7 +381,7 @@ It's already possible to do either, but it slows down startup considerably. Hopefully moving the mode to a file that does not ~(require 'magit)~ will mitigate this? -[[https://lists.gnu.org/archive/html/help-gnu-emacs/2020-09/msg00130.html][For context.]] +[[https://lists.gnu.org/archive/html/help-gnu-emacs/2020-09/msg00130.html][For context.]] Eventually closed in favour of [[https://github.com/magit/magit/pull/4237][tarsius's own solution]]. ** markdown-mode *** DONE [[https://github.com/jrblevin/markdown-mode/pull/124][jrblevin/markdown-mode#124]] Prevent spurious bold fontification :PROPERTIES: |
