<div dir="ltr">Hi Attila,<div><br></div><div><br></div><div style>cl-l10n wants to use GETENV. Now that ABCL seems to support closer-mop rather well, we're testing many more libraries to see if they're loading correctly on ABCL.</div>
<div style><br></div><div style>cl-l10n seems to lack a GETENV for ABCL. Could you use the the function EXT:GETENV for it?</div><div style><br></div><div style>Example:</div><div style><br></div><div style>    (ext:getenv "PATH")</div>
<div style>--> "some path string"</div><div style><br></div><div style>Or NIL if no env var by the given name exists.</div><div style><br></div><div style><br></div><div style>Thanks in advance!</div><div style>
<br></div><div style><br></div><div style>Bye,</div><div style><br></div><div style><br></div><div style>Erik.</div></div>