Emacs Lisp (Elisp) is the Lisp dialect used by the Emacs text editor family.
GNU Emacs can currently execute Elisp code either interpreted or
byte-interpreted after it has been compiled to byte-code. In this work we
discuss the implementation of an optimi... (more…)
Read more »
I don’t usually bother trying to introduce automations into my workflow if all I stand to save is a little time. (more…)
Read more »
http://emacsrocks.com - Rocking emacs tricks and tips screencast. Follow me on twitter: @emacsrocks... (more…)
Read more »
Screen locker in pure Emacs Lisp. Contribute to BlueFlo0d/insecure-lock development by creating an account on GitHub. (more…)
Read more »
SCENARIO: An Emacs user gets up and leaves the room, leaving their Emacs instance running and unattended. As a prank, you decide to overwrite the built-in if operator with another operator that is just like if except that it occansionally swaps its then- ... (more…)
Read more »