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

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

Re: Thread and closure


From: Manuel Giraud
Subject: Re: Thread and closure
Date: Thu, 04 May 2023 15:48:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Manuel Giraud via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> Hi,
>
> Is it possible in Emacs to have lisp threads to works with closures?
> With the following example, 'M-x closure' displays a message but 'M-x
> threaded-closure' does not:

Of course, I needed lexical-binding:

(setf-local lexical-binding t)
-- 
Manuel Giraud



reply via email to

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