all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Disable flymake log about proc-legacy-flymake
@ 2018-05-02 18:32 Alex Branham
  2018-05-08  1:39 ` Stefan Monnier
  2018-05-25  0:21 ` João Távora
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Branham @ 2018-05-02 18:32 UTC (permalink / raw
  To: emacs-help

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disable flymake log about proc-legacy-flymake
  2018-05-02 18:32 Disable flymake log about proc-legacy-flymake Alex Branham
@ 2018-05-08  1:39 ` Stefan Monnier
  2018-05-25  0:21 ` João Távora
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2018-05-08  1:39 UTC (permalink / raw
  To: help-gnu-emacs

Problems/suggestions for RC tarballs are matters that need to be
urgently brought to the attention of developers, not fellow users.
So please use `emacs-devel` or M-x report-emacs-bug RET.


        Stefan


Alex Branham <alex.branham@gmail.com> writes:

> 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Disable flymake log about proc-legacy-flymake
  2018-05-02 18:32 Disable flymake log about proc-legacy-flymake Alex Branham
  2018-05-08  1:39 ` Stefan Monnier
@ 2018-05-25  0:21 ` João Távora
  1 sibling, 0 replies; 3+ messages in thread
From: João Távora @ 2018-05-25  0:21 UTC (permalink / raw
  To: Alex Branham; +Cc: help-gnu-emacs@gnu.org List

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-25  0:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-02 18:32 Disable flymake log about proc-legacy-flymake Alex Branham
2018-05-08  1:39 ` Stefan Monnier
2018-05-25  0:21 ` João Távora

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.