From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
First of all thank you for = actually contributing with code, Philip.
Very much appreciated.
On Mon, Sep 28, 2015 at 5:35 PM, Philipp Stephani <p.stephani2@gmail.com> wrote:<= br> > I have implemented this in a private fork:
> htt= ps://github.com/phst/emacs-dynamic-module/commit/b14073ef8a522bdb90a8d7f0ed= c575edfd75da26
> Note that code is only a suggestion how it could be implemented. It de= viates
> from Daniel's design by using return parameters instead of TLS, bu= t that's
> only a minor difference. The important part is the addition of
> protected_call_n to eval.c.
I've looked at both branch. The one using an in-out return parameter
looks really annoying to use though. I think I prefer the "minimal&quo= t;
implementation [1].
Using that version, we could add an
unsafe_funcall() to the API that doesnt do any signal checking so that
we have both.