emacs-devel
[Top][All Lists]
Advanced

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

Re: how to keep a copy of emacs_env or ert in module ?


From: Philipp Stephani
Subject: Re: how to keep a copy of emacs_env or ert in module ?
Date: Sun, 11 Sep 2016 08:02:57 +0000



hx <address@hidden> schrieb am So., 11. Sep. 2016 um 06:30 Uhr:
is it possible to keep a copy of the *env in module ?


No. emacs_env, emacs_runtime, and emacs_value objects are only valid within the dynamic extent of the function they are created/passed in. You can't keep them around. The only exception are global references, created by make_global_ref.

reply via email to

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