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

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

bug#70068: [PATCH] Don't warn about lexical binding in lisp-interaction-


From: Eli Zaretskii
Subject: bug#70068: [PATCH] Don't warn about lexical binding in lisp-interaction-mode
Date: Tue, 09 Apr 2024 14:24:42 +0300

> From: Mattias Engdegård <mattias.engdegard@gmail.com>
> Date: Tue, 9 Apr 2024 12:45:18 +0200
> Cc: monnier@iro.umontreal.ca,
>  philipk@posteo.net,
>  70068@debbugs.gnu.org
> 
> 9 apr. 2024 kl. 11.51 skrev Eli Zaretskii <eliz@gnu.org>:
> 
> >> Looks like option 3 won. Actually I implemented option 3' which is like 3 
> >> but checks the mode instead of lexical-binding, on the grounds that a user 
> >> who damages his lexical cookie by mistake wants to be reminded of it as 
> >> soon as possible.
> > 
> > That's not what I see in the changes you installed on master.
> 
> Then I made a mistake, but I don't see where. The intent is to have flymake 
> add the argument
> 
>   --eval (setq bytecomp--inhibit-lexical-cookie-warning t)
> 
> if (derived-mode-p 'lisp-interaction-mode) is true, and then make the warning 
> conditional on that variable. Doesn't it work?

Ah, okay, then it's my misunderstanding: I saw the
(local-variable-p 'lexical-binding) test and thought you
intended to replace that with a mode test.  Apologies.





reply via email to

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