Discussion:
Disable flymake log about proc-legacy-flymake
Alex Branham
2018-05-02 18:32:06 UTC
Permalink
I'm using Emacs 26.1RC1.

The buffer *Flymake log* tends to fill up with things like:

Warning [flymake init.el]: Disabling backend flymake-proc-legacy-flymake because (error Can’t find a suitable init function)

because I don't use the legacy flymake stuff. Is there a way to disable this?

I'd like to keep the other warnings/messages, as I've written a few flymake integrations.

Thanks,
Alex
João Távora
2018-05-25 00:21:39 UTC
Permalink
Sorry for being very late on this, but I don't normally read emacs-help.

To solve this, just

(remove-hook 'flymake-diagnostic-functions 'flymake-proc-legacy-flymake)

Somewhere in your init file.

João
Post by Alex Branham
I'm using Emacs 26.1RC1.
Warning [flymake init.el]: Disabling backend flymake-proc-legacy-flymake
because (error Can’t find a suitable init function)
because I don't use the legacy flymake stuff. Is there a way to disable this?
I'd like to keep the other warnings/messages, as I've written a few flymake integrations.
Thanks,
Alex
Loading...