@device(postscript)
@style(font allpostscriptfonts, size 16, spacing 0 lines, indent 0, leftmargin 1.5 inches, bottommargin 0.5 inches)
@tabdivide(2)

@begin(transparent, font souvenir, size 20)

@center(@p(@u(Frequent Emacs Commands)))

@end(transparent)

@begin(transparent, font souvenir, size 11)

Emacs is the editor commonly used on Athena.  It can be used for writing programs, data files, mail messages, word processing, and other applications.  All of the commands in emacs rely on the use of @i(control sequences).  These control sequences are the use of one keys in combination with another special function key. The special function keys used are the @i(Control Key) and the @i(Meta Key).  The Meta Key is called "Compose Character" on VAXstations and "Alt" on IBM RT's.  

@b(C) = Hold the Control Key@\@b(M) = Hold the Meta (Compose/Alt) Key

@bar(0)

@end(transparent)

@begin(transparent, font souvenir, size 18)
@center(@u(@p(File Handling)))
@end(transparent)

@begin(transparent, font souvenir, size 16)

@b(C)-x,@b(C)-f : @i(Finds) a file in your directory and edits it.

@b(C)-x,@b(C)-s : @i(Saves) the file currently used to your directory.

@b(C)-x,@b(C)-c : Ends the emacs session.

@b(C)-x, i : Inserts named file into the current file.

@b(C)-x,@b(C)-w : @i(Write) to a different filename.
@end(transparent)
@bar(0)

@begin(transparent, font souvenir, size 18)
@center(@u(@p(Moving Around)))
@end(transparent)

@begin(transparent, font souvenir, size 16)

With the mouse: move there and click the left mouse key.

@b(C)-v : Move to next screen.@\@b(M)-v : Move to previous screen.

@b(M)-< : Move to top of a file.@\@b(M)-> : Move to the bottom.

@end(transparent)
@bar(0)

@begin(transparent, font souvenir, size 18)
@center(@u(@p(Cut and Paste/Copying and Deleting)))
@end(transparent)

@begin(transparent, font souvenir, size 16)

@b(C)-k : Removes the contents of the line ahead to the buffer @i(but not the "return").  If you do several without moving the cursor, it will keep them all together in one buffer to be yanked back later.

@b(C)-y : Returns "killed" items to the screen at current location.  Can be used several times to make several copies.

@b(C)-@@ : Mark the start of a region (select).

@b(C)-w "Kills" the region between the last mark and the current cursor location (but it can be brought back with @b(C)-y).

@end(transparent)
@bar(0)

@begin(transparent, font souvenir, size 18)
@center(@u(@p(Searching for Something)))
@end(transparent)

@begin(transparent, font souvenir, size 16)

@b(C)-s, specify text : Searches ahead for text.  

@b(C)-r, specify text : Searches backwards.
@end(transparent)
