emacs-devel
[Top][All Lists]
Advanced

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

Re: Reporting Lisp errors in dynamic modules


From: Philipp Stephani
Subject: Re: Reporting Lisp errors in dynamic modules
Date: Mon, 07 Dec 2015 19:13:15 +0000



Aurélien Aptel <address@hidden> schrieb am Do., 3. Dez. 2015 um 12:33 Uhr:
On Thu, Dec 3, 2015 at 6:00 AM, Stefan Monnier <address@hidden> wrote:
> WIBNI we could define them as Lisp_Subr?

(these initialisms are getting ridiculous)

Yes we could try to do that, it's still an implementation detail as
far as most module programmers are concerned.


It would suggest an interface change: defsubr also binds the function object to a symbol. If we want make_function to use defsubr, it should accept a symbol name parameter (which might be NULL, to undo the binding). 

reply via email to

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