 |
Using the mouse or the arrow keys, move the cursor to the end of the word
for
and delete it one character at a time using the Backspace key.
Now type the word at.
The new word should be inserted in place of for. XEmacs is
usually in insert mode; that is, text
is inserted rather than typed over (overwritten). However, you can change
to overwrite mode by pressing the Insert
key located to the right of the Backspace key, grouped with the
Page Up and the
Page Down keys.
Press the Insert key. If you look at the bottom of your screen
on the black bar right above the XEmacs command line, you will see that
the mode has changed to (Ovwrt) mode. Now type over the word Linux
with the word XEmacs. Now press the Insert key once again
to place XEmacs back into insert mode, which is the mode you almost certainly
will prefer. (The main reason for telling you about overwrite mode is that
it is easy to hit the Insert key accidentally, and it's nice to
know what symptoms you'll see, and how to recover!)
We used the Backspace key to delete the character to the left
of the cursor. The command C-d deletes the character to the right
of the cursor.
Move the cursor to the beginning of the word reference and delete
it one character at a time using the C-d command. Replace this
word with the word tutorial.
|