telnet avocet.ma.iup.edu
At this time, you will be required to provide your account to the system. When you telnet to the DECstations, it is the same as logging on to them in the lab. When you are logged on, Use UNIX commands to get around the system. Start emacs just like you would in the lab. These next three sections are going to discuss main features of emacs.
It is important to know how to move around in emacs. Therefore, let's go over some of the main commands to the emacs editor. If you are on Avocet, you will be able to place the cursor where you want with the mouse. If you are on another machine, or the VAX, you must use either the arrows, or, use the C- key functions.
If you want to move over characters, to move forward use C-f, to move backward use C-b. Remember that M- is the meta key. That is defined as F11 on the keyboard. It only needs to be pressed once. To move over words, use M-f to go forwards, and M-b to go backwards. To move over lines of text, C-n moves forward, and C-p moves backward. If you want the beginning of a line, C-a will do the trick. To go to the end of the line, use C-e. You can also move over entire sentences. Use M-e to move forward, and M-a to go backward. If you want to skip entire paragraphs, M-] will move forward, and M-[ will move backward.
If you want to spell check the document, type M-x, then at the bottom command line, you will need to type: spell-buffer. If you just want to check a word, type: M-$
Go back to Chapter 5.
Go back to the Main Screen.