emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Giuseppe Scrivano
Subject: Re: multi-threaded Emacs
Date: Mon, 01 Dec 2008 00:30:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>> let-binding, of course.  It's probably the only one that matters
>>> (besides the internal ones like current_buffer).
>> Isn't enough to have a separate `specpdl' for every thread?
>
> Not sure what you mean.  My above text is talking about the provided
> behavior, not about the implementation that provides it.
>
>
>         Stefan

Sorry, I wasn't clear.  If we will store thread local data only on
`specpdl', and I think it is the proper way, thread local data will not
be persistent among calls to `run-in-thread'.

Giuseppe




reply via email to

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