emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Stefan Monnier
Subject: Re: Dynamic loading progress
Date: Thu, 24 Sep 2015 09:58:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I haven't made any progress on errors. I was reading on
> condition-case, setjmp/longjmp and how it's used for
> signaling/throwing. I actually knew very little about it. I shouldnt
> be the one writing this stuff I think...

That's OK.  We can add it later.

> Anyway I was looking into how
> I would set up a "catch-all" wrapping code so that we can implement a
> funcall that always returns and I still haven't figured it out.

You can grep for "safe_call" to get an idea.

> You said you would rather have an "unsafe" funcall that sometimes not
> return to module code so I will try to do that.

IIUC you've done that already, because it requires no special effort.
That's why it's the path I want to take first.


        Stefan



reply via email to

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