From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Dieter Faulbaum Newsgroups: gmane.emacs.help Subject: flymake warning Date: Fri, 24 Apr 2020 18:36:23 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="113674"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Apr 24 20:35:16 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jS3AR-000TS3-Ru for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Apr 2020 20:35:15 +0200 Original-Received: from localhost ([::1]:47952 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jS3AQ-00063R-S5 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 24 Apr 2020 14:35:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53206) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jS1JX-0003Mt-TO for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 12:36:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jS1JW-0002IX-Ur for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 12:36:31 -0400 Original-Received: from einhorn-mail.in-berlin.de ([217.197.80.20]:60687) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jS1JW-0002IJ-6D for help-gnu-emacs@gnu.org; Fri, 24 Apr 2020 12:36:30 -0400 X-Envelope-From: mail@faulbaum.in-berlin.de X-Envelope-To: Original-Received: from authenticated.user (localhost [127.0.0.1]) by einhorn.in-berlin.de with ESMTPSA id 03OGaNhw018871 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Fri, 24 Apr 2020 18:36:23 +0200 Original-Received: from frangula (localhost [IPv6:::1]) by frangula.xpertex.home (Postfix) with ESMTPSA id 83E74166; Fri, 24 Apr 2020 18:36:23 +0200 (CEST) Received-SPF: none client-ip=217.197.80.20; envelope-from=mail@faulbaum.in-berlin.de; helo=einhorn-mail.in-berlin.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/24 12:36:24 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.197.80.20 X-Mailman-Approved-At: Fri, 24 Apr 2020 14:34:44 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122927 Archived-At: Can anyone tell me what I can do against this warning: Warning [flymake ]: Disabling backend flymake-proc-legacy-flym= ake because (error Can=E2=80=99t find a suitable init function) I set this in mey startup-file but it doesn't help (it seems that it helps = if I set it after loading flymake): (remove-hook 'flymake-diagnostic-functions 'flymake-proc-legacy-flymake) Under Debian (bullseye) there is no program 'pyflakes' (anymore), only 'pyf= lakes3'. I don't know if this is the reason for the warning. Thanks for any help