help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Disable flymake log about proc-legacy-flymake


From: João Távora
Subject: Re: Disable flymake log about proc-legacy-flymake
Date: Fri, 25 May 2018 01:21:39 +0100

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

On Wed, May 2, 2018, 19:30 Alex Branham <alex.branham@gmail.com> wrote:

> 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
>
>


reply via email to

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