Starting Emacs (the colors here are for highlighting only,
they don't take you anywhere!!) Below are some basics; when you're ready to
try your hand at a bit more, try this Emacs Tutorial.
New File
% CTL-x CTL-f foo
<rtn > <rtn > opens a new file by
the name of "foo" and readies it for editing. Emacs will automatically read
the .emacs file in your home directory; here is a copy of a generic .emacs
file, sample .emacs .
My .emacs file reads a latex colorizer called hilit19.el If you'd like
to use it click here to download and place it in your path. Mine is in my /bin
direcotry.
CTL-w "cuts" the region between
the cursor and the last "mark" and puts it on the clipboard
Esc-x replace-stringYou will be
prompted first for the string to be replaced and after a <ret>
for the substitute string. This command replaces ALL occurences.
Esc-x query-replace This is the
same as the replace command except you are prompted (far a "y" or "n")
prior to each replacement.
There's a whole book on this stuff! To see it and
for more emacs info, click
Emacs Info