emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Davis Herring
Subject: Re: Dynamic loading progress
Date: Mon, 28 Sep 2015 15:59:37 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110717 Lanikai/3.1.11

> Correct. condition-case is not part of the API though. Like for cdr
> you have to intern "condition-case", setup the lisp forms as arguments
> yourself and funcall() it. Haven't tested it yet.

You can't funcall special forms; thus in part the need for things like
internal_condition_case.  You'd have to use eval.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.



reply via email to

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