NotesEmacs

Notes

Building Emacs

./configure --prefix=$HOME --without-toolkit-scroll-bars

Useful Emacs Lisp idioms

Useful Emacs commands

Searching

Regexp search and replace can use lisp expressions to calculate the replacements. M-x replace-regexp <RET> \(x\)\|y <RET> \,(if \1 "y" "x") <RET> for example.

Registers

Diary

Code "folding"

Community

Map of #emacs regulars:

Getting extensions

emacs-w3m

% cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot login CVS password: # No password is set. Just hit Enter/Return key. % cvs -d :pserver:anonymous@cvs.namazu.org:/storage/cvsroot co emacs-w3m


As to the Adjective: when in doubt, strike it out.

  -- Mark Twain, "Pudd'nhead Wilson's Calendar"