From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Disable flymake log about proc-legacy-flymake Date: Mon, 07 May 2018 21:39:00 -0400 Message-ID: References: <876045vrh5.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1525743464 26820 195.159.176.226 (8 May 2018 01:37:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 8 May 2018 01:37:44 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 08 03:37:40 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fFrZQ-0006rT-VB for geh-help-gnu-emacs@m.gmane.org; Tue, 08 May 2018 03:37:37 +0200 Original-Received: from localhost ([::1]:48893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFrbY-0000Um-5n for geh-help-gnu-emacs@m.gmane.org; Mon, 07 May 2018 21:39:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFrb2-0000US-U7 for help-gnu-emacs@gnu.org; Mon, 07 May 2018 21:39:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFray-0000qC-1m for help-gnu-emacs@gnu.org; Mon, 07 May 2018 21:39:16 -0400 Original-Received: from [195.159.176.226] (port=34567 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFrax-0000ow-Qy for help-gnu-emacs@gnu.org; Mon, 07 May 2018 21:39:11 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fFrYl-00069o-Tj for help-gnu-emacs@gnu.org; Tue, 08 May 2018 03:36:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:LRSPY3DKXgt4kv1VQ4+CoMD1mvc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116683 Archived-At: 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 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