![]() |
![]() |
![]() |
![]() |
The
Before we get into the advantages of using
You can also open
Now you are ready to explore emacs
editor is very popular because it has many options
available to the user is command driven. (Most experienced users can work
faster with command driven than with mouse driven editors.)
To enter commands in emacs
, use the Control
key (sometimes labeled Ctrl) or the Meta
key (sometimes
labeled Alt or Edit). If you don't have a Meta
key, then use the [Esc]
key. Rather than write out
Meta or Control
each time we use a command, we will use C-"character"
to
designate the
Control
key and M-"character"
to designate the
Meta
key. The "character"
tells you to press that
character down while holding either the Control
or
Meta
key.
emacs
to edit
files, let's open a sample.doc with the command emacs
filename
so you can edit sample.doc
again.
> emacs sample.doc
emacs
without a document using
> emacs
emacs
.
emacs
emacs
Moving
Editing
Saving and Exiting
Comments and questions to Dr. Elias N. Houstis at
enh@cs.purdue.edu.