emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: joakim
Subject: Re: Dynamic loading progress
Date: Mon, 16 Feb 2015 14:53:58 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> This is just my experience from implementing Xwidgets FWIW.
>> Originally I tried having external code calling Emacs internals, but
>> that was very unreliable.
>
> That's not because it was called from external code.  It's because it
> was called asynchronously.

Yes, I should have clarified that.

>
> What I meant by the above is that it's perfectly OK for module code to
> call back Elisp in cases such as when Fmapcar calls Elisp:
> synchronous calls.
>
> There are indeed various restrictions about *when* you can run Elisp.
> These apply to module code, but they also apply to core code.
>
>
>         Stefan
>

-- 
Joakim Verona



reply via email to

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