emacs-devel
[Top][All Lists]
Advanced

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

Re: multi-threaded Emacs


From: Richard M Stallman
Subject: Re: multi-threaded Emacs
Date: Wed, 10 Dec 2008 13:18:26 -0500

    For example, we can't switch threads while they are executing:

    (setq a-global-variable (foo a-global-variable))

In most cases, there is no problem, because the code in the other thread
won't change this global variable.

I think it is better to have a variable `inhibit-thread-switch'
which you could bind around such sections when there is really an issue.




reply via email to

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