Tuomo Valkonen <[EMAIL PROTECTED]> writes: > what features (that don't need a major rewrite) would > you want to see for Ion3?
A trivial one: ioncore.setenv(environment_variable, value) ioncore.unsetenv(environment_variable) To avoid having to log out and relogin when you tweak your ~/<your_favorite_shell>rc. (surprisingly, there's a os.getenv() in lua, but i didn't find a setenv - but I may have missed it) -- Matthieu
