emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Stefan Monnier
Subject: Re: multi-threaded Emacs
Date: Sat, 06 Dec 2008 22:31:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>>> Do you see any situation that there is need to store a value on a
>>> specific thread?
Stefan> let-binding, of course.  It's probably the only one that matters
Stefan> (besides the internal ones like current_buffer).
> I've been wondering how `flet' will be handled.

Good question.  Luckily, it's too often used and it's easy to grep for
it, so it hopefully will be fixable somehow, although it may require
a completely different implementation technique, or different semantics.


        Stefan




reply via email to

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