Emacs logo.png

Contents

Emacs

Emacs is the most powerful text editor.

It is so powerful that you cannot limit it to this task alone; removing "text" in the above statement gives a better idea of what Emacs is.

It is one of the big marvels of computer codes, along with Unix, $\mathrm{\TeX}$ and others. Stallman wrote the popular GNU version in 1984 and it is still actively maintained as of today and will hopefully remain so forever. This is the real jewel.

The XEmacs branch, from the flamboyant Jamie Zawinski, was one of the earliest forking process in the computer software industry. It's without any doubt the version to use in the DNA lounge.

Useful

  • Register: (see [1])
C-x r s R Copy the region into register R
C-x r r R Copy the region-rectangle into register R
C-x r SPC R Save the position of point (and the name of the current buffer) into register R
C-x r f R Copy the frame configuration into register R
C-x r w R Copy the window configuration into register R

R is the register name that you choose, consisting of a single character. Register names are case-sensitive.

.emacs

My dot-emacs configuration file: .emacs.zip.

Links