xemacs at the Unix prompt.xemacs foo.dat
at the Unix comand prompt. Emacs should come up with a blank screen if foo.dat
doesn't exist yet, or the contents of foo.dat if it already does.or splits your screen and you see this:
C-h (Type ? for further options)-
|
...You have typed C-h, the help character. Type a Help option: |
That's most all you need to know. Here are two quick troubleshooting tips
(These instructions assume you already read through the quickstart above.)
Emacs has a tutorial built right into itself!
Here's the easy way to bring up the tutorial.
Copyright (c) 1985 Free Software Foundation, Inc; See end for conditions. Emacs commands generally involve the CONTROL key (sometimes labeled
CTRL or CTL) or the META key (sometimes labeled EDIT or ALT). Rather than
write that in full each time, we'll use the following abbreviations:
C-<chr> means hold the CONTROL key while typing the character <chr>
Thus, C-f would be: hold the CONTROL key and type f.
M-<chr> means hold the META or EDIT or ALT key down while typing <chr>.
If there is no META, EDIT or ALT key, instead press and release the
ESC key and then type <chr>. We write <ESC> for the ESC key.
Important note: to end the Emacs session, type C-x C-c. (Two characters.)
The characters ">>" at the left margin indicate directions for you to
try using a command. For instance:
>> Now type C-v (View next screen) to move to the next screen.
(go ahead, do it by holding down the control key while typing v).
From now on, you should do this again whenever you finish
reading the screen.
|
The slightly harder way to get to the tutorial (but still not too tough)
Buffers Files Tools Edit Search Mule Minibuf Help blah blah blah whatever is on the screen is here lots of lines of text, but the interesting part is where you are typing some stuff in at the bottom
|
M-x help-with-tutorial |