From: Lars Ingebrigtsen Date: Tue, 24 Nov 2020 05:22:52 +0000 (+0100) Subject: Tweak the face of unknown backend indicators in flymake X-Git-Tag: emacs-28.0.90~5052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33e2515257ae74c638083c3f7981748c204afe04;p=emacs.git Tweak the face of unknown backend indicators in flymake * lisp/progmodes/flymake.el (flymake--mode-line-format): Don't put a face on the the "?" unknown backend indicator, because that looks odd in inactive windows (bug#44689). --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index b286208fff9..efa7b2ffbf1 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -1224,7 +1224,7 @@ default) no filter is applied." map)) ,@(pcase-let ((`(,ind ,face ,explain) (cond ((null known) - '("?" mode-line "No known backends")) + '("?" nil "No known backends")) (some-waiting `("Wait" compilation-mode-line-run ,(format "Waiting for %s running backend(s)"