emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new flymake: cosmetic problem on terminal emacs


From: Stefan Monnier
Subject: Re: new flymake: cosmetic problem on terminal emacs
Date: Mon, 23 Oct 2017 08:49:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> @@ -281,6 +281,7 @@ flymake-error
>    '((((supports :underline (:style wave)))
>       :underline (:style wave :color "Red1"))
>      (t
> +     :inverse-video t
>       :inherit error))
>    "Face used for marking error regions."
>    :version "24.4")

FWIW, as a mere datapoint, I wouldn't like a "inverse-video
red/orange/green" to highlight errors/warnings/info so I'd customize
these by unsetting the `inverse-video` flag (and living with the
occasional case where I don't see the error because it only applies to
all-whitespace text).


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]