emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Eli Zaretskii
Subject: Re: Dynamic loading progress
Date: Sun, 15 Feb 2015 20:55:31 +0200

> From: Stefan Monnier <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Sun, 15 Feb 2015 13:36:20 -0500
> 
> >> > The capability of creating Lisp objects depends on the internals,
> >> It doesn't have to be.
> > Not sure what you mean here; can you elaborate?
> 
> You don't need to know anything about the Lisp_Object representation
> (other than it's an EMACS_INT) to call Fcons, Fintern, Fcar, ...

Not every Lisp object has such a function.

And what about the other direction: access a Lisp object's data from
C?  That is done almost entirely in C macros.



reply via email to

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