From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ej32u--- via "Bug reports for GNU Emacs, the Swiss army knife of text editors" Newsgroups: gmane.emacs.bugs Subject: bug#43586: Flymake can't understand `cl-loop' and `if-let*'. Date: Sat, 26 Sep 2020 00:24:32 +0000 Message-ID: <06f1b220-8e06-fe1c-0495-219e59f5d693@protonmail.com> References: <839ce061-6550-666e-bb2e-40cface2549c@protonmail.com> <09d3d404-3ee4-abd6-468e-fe34af9db0cf@protonmail.com> <87wo0j9qve.fsf@gnus.org> Reply-To: ej32u@protonmail.com, ej32u@protonmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27541"; mail-complaints-to="usenet@ciao.gmane.io" To: 43586-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 26 02:25:11 2020 Return-path: Envelope-to: geb-bug-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 1kLy1X-00072l-7K for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 26 Sep 2020 02:25:11 +0200 Original-Received: from localhost ([::1]:41602 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kLy1W-00053B-8z for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 25 Sep 2020 20:25:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33656) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kLy1O-00052s-91 for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 20:25:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33950) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kLy1N-0005wi-WF for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 20:25:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kLy1N-0005vk-SI for bug-gnu-emacs@gnu.org; Fri, 25 Sep 2020 20:25:01 -0400 Resent-From: ej32u@protonmail.com Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 26 Sep 2020 00:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43586 X-GNU-PR-Package: emacs Mail-Followup-To: 43586@debbugs.gnu.org, ej32u@protonmail.com, ej32u@protonmail.com Original-Received: via spool by 43586-done@debbugs.gnu.org id=D43586.160107989522776 (code D ref 43586); Sat, 26 Sep 2020 00:25:01 +0000 Original-Received: (at 43586-done) by debbugs.gnu.org; 26 Sep 2020 00:24:55 +0000 Original-Received: from localhost ([127.0.0.1]:45496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLy1G-0005vH-HZ for submit@debbugs.gnu.org; Fri, 25 Sep 2020 20:24:54 -0400 Original-Received: from mail-40133.protonmail.ch ([185.70.40.133]:19037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kLy17-0005ux-Ie for 43586-done@debbugs.gnu.org; Fri, 25 Sep 2020 20:24:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1601079878; bh=guaMkjbg/JpcP09zy6frBdzELW4o0xlB7ofrw/vSI9Y=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=ydUGH9yIqAFB708bwIxsV60RD1nUmK6POHfLuB7usaDjNxnhljB5PgrmGE1B2B8eh +AKFdFrqLOKCvshiCnhVEJ4uxf9prh5vG59rPeYH+5+9wH27hABtSrHXkopq2FbE+i gOh8v7L1tGCVdFJNxUYMaCIj/ziYy5M0A08r7azI= In-Reply-To: <87wo0j9qve.fsf@gnus.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:188997 Archived-At: Thank you, I had missed adding those. On 9/24/20 10:44 AM, Lars Ingebrigtsen wrote: > ej32u@protonmail.com writes: > >> Flymake is giving many errors, for a command that I believe works. This = happens >> with a clean init file. > [...] > >> Here are some of the errors Flymake reports: >> >> 19 0 warning Unused lexical variable =E2=80=98formatted-bookmark= s=E2=80=99 >> 22 3 warning =E2=80=98(chosen-cand (selectrum-read "Bookmark: " > [...] > >> You can see that it is treating key words as variables in `cl-loop', and= cannot >> see that `actual-data' is defined in `if-let*'. The command works fine w= hen >> evaluated. > Do the warnings go away if you put > > (require 'cl-lib) > (require 'subr-x) > > in your file? > > -- > (domestic pets only, the antidote for overdose, milk.) > bloggy blog: http://lars.ingebrigtsen.no