Mastodon Feed: Post

Mastodon Feed

glyph ("Glyph") wrote:

Hello #emacs friends: on some relatively recent update, #flycheck stopped displaying error messages reliably. After some investigation, I have discovered that the culprit seems to be `(customize-set-variable flycheck-display-errors-function 'flycheck-display-errors-via-eldoc) ; after switching to `(customize-set-variable flycheck-display-errors-function 'flycheck-display-errors-via-eldoc) it works again as expected but (obviously) with no colors any more. Is this an issue with eldoc or flycheck?