emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-block less lexical than expected


From: Robin Tarsiger
Subject: Re: cl-block less lexical than expected
Date: Thu, 30 Dec 2021 12:15:35 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1

Robin Tarsiger wrote:
cl-return-from could then try to evaluate the variable
to get the tag; the warnings/errors for bad tags would be awkward
to read, but at least the semantics would be correct.

Slight correction---they would be correct _provided that_ lexical-binding
were in use for the let. However, I gather having it on almost all the time
is becoming the norm (and maybe the macros could warn if it's off).

-RTT



reply via email to

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