June 2012
3 posts
1 tag
Emacs: View and Set Environment Variables within... →
When you start emacs from a shell, emacs inherits shell’s environment variables. (true on Windows, Mac, Linux)
On Windows, when you start emacs from GUI, emacs also inherit environment variables, from the Registry.
On Mac OS X, when you start emacs from GUI, emacs does not inherit environment variables from your shell, but does inherit the system-wide environment variables from...
1 tag
Recursive Greps →
—include=”xxx”
2 tags
New Garbage Collector →
The following design document describes the the new garbage collector (GC) to be introduced with LuaJIT 2.1. This document is very much a work in progress right now. Anything may change for the actual implementation. No code is available, yet.
The purpose of this document is to gather early feedback on all design aspects and to present the planned work to sponsors.
Note to potential sponsors:...