A Guided Tour of Emacs

The GNU
Emacs Manual calls Emacs the extensible, customizable,
self-documenting real-time display editor, but this description tells
beginners little about what Emacs is capable of. To give you an idea, here is
a sampling of the things you can do … Read more

Similar

SICP in Emacs

I recently began reading the notorious “Structure and Interpretation of Computer Programs”, a.k.a. the Wizard book. I’m only on the first chapter, but I can already see its value and why it gets recommended so much. (more…)

Read more »

Separate Emacs Bytecode Stack

Use a dedicated stack for bytecode, instead of using the C stack. Stack frames are managed explicitly and we stay in the same exec_byte_code activation throughout bytecode function calls and return... (more…)

Read more »