C-@		Set/Pop Mark;set mark
C-A		Beginning Of Line
C-B		Backward Character
C-C		Exit To Shell
C-D		Delete Character
C-E		End Of Line
C-F		Forward Character
C-G		Cancel
C-H (Backspace)	Backward Character
C-I (Tab)	Indent According to Mode
C-J (Linefeed)	Indent New Line
C-K		Kill Line
C-L		Reposition Window
C-N		Down Line
C-O		Open Line
C-P		Up Line
C-Q		Insert Next Character
C-R		Reverse Incremental Search
C-S		Incremental Search
C-T		Transpose Characters
C-U		Universal Argument	(Must be in the range 0..32767)
C-V		Next Screen
C-W		Kill Region
C-X		is a prefix character. See below
C-Y		Un-Kill
C-Z		Prefix Control-Meta
C-[ (Escape)	Prefix Meta
C-\		Prefix Meta
C-_		Help
C-^		Prefix Control
RubOut		Backward Delete Character
C-X C-B		List Buffers
C-X C-D		Directory Display
C-X C-F		Find File
C-X Tab		Indent Region
C-X C-L		Lowercase Region
C-X C-S		Save File
C-X C-U		Uppercase Region
C-X C-V		Visit File
C-X C-W		Write File
C-X C-X		Exchange Point and Mark
C-X C-Z		Exit
C-X (		Start Kbd Macro;keyboard macro;define
C-X )		End Kbd Macro;keyboard macro
C-X .		Set Fill Prefix
C-X 1		One Window
C-X 2		Two Windows
C-X \;		Set Comment Column
C-X =		What Cursor Position
C-X B		Select Buffer
C-X D		Dired;edit directory
C-X E		Execute Kbd Macro;keyboard macro
C-X H		Mark Whole Buffer
C-X L		Count Lines Page
C-X K		Kill Buffer
C-X M		Send Mail
C-X O		Other Window
C-X R		Read Mail
C-X ^		Grow Window
M-Return	Back to Indentation
M-!		Execute Shell Command
M-%		Query Replace;substitute
M-(		Make ()
M-+		Push to Shell
M-0 .. M-9	Auto Argument
M-\;		Indent for Comment
M-<		Goto Beginning
M-=		Count Lines Region
M->		Goto End
M-@		Mark Word
M-A		Backward Sentence
M-B		Backward Word
M-C		Capitalize Word
M-D		Kill Word
M-E		Forward Sentence
M-F		Forward Word
M-G		Fill Region	(with argument it becomes Justify Region)
M-K		Kill Sentence
M-L		Lowercase Word
M-U		Uppercase Word
M-V		Previous Screen
M-W		Copy Region
M-X		Instant Extended Command (see below)
M-\		Delete Horizontal Space
M-^		Delete Indentation
M-~		Buffer Not Modified
M-RubOut	Backward Kill Word
C-M-%		Query Replace;substitute
C-M-M		Back to Indentation
C-M-T		Display Date and Time
C-M-Z		Exit
C-M-V		Scroll Other Window
C-M-W		Append Next Kill
M-X Ada Mode			A Major Mode for editing ADA programs
M-X Auto Fill Mode		A Minor Mode, useful when entering text
M-X C Mode			For editing C programs
M-X Change Directory		Change the working directory
M-X Check Mail			Tell if there is new mail
M-X Delete Matching Lines	Delete all lines containing a pattern;Flush lines
M-X Fundamental Mode		When nothing else applies
M-X Insert Character		Inserts the character with ASCII code arg
M-X Insert File			Asks for a file to insert at point
M-X Load Kbd Macro		Read keyboard macro from a file.
M-X Lisp Mode			For editing LisP code
M-X Overwrite Mode		Overwrite instead of insert typed characters.;replace mode
M-X Pascal Mode			For editing Pascal programs
M-X Replace String		Replace to end of buffer (not query);substitute
M-X Revert File			Restores file from disk
M-X Rot 13 Region		Encrypt/decrypt offensive text.;Rotate;rot13
M-X Save Kbd Macro		Write keyboard macro to a file.
M-X Set Key			Put a function on a key;bind key
M-X Set Variable		Given an argument, changes a variable's value
M-X Sort Buffer			Sort all lines in alphabetical order.
M-X Stop			Stop SCAME temporarily;suspend job
M-X Swedish Mode		For editing swedish text
M-X Tabify			Convert spaces into tabs, starting from point
M-X Undo			Try to undo the last command.
M-X View File			Show a file without creating a new buffer.
M-X View Working Directory      Type out the current working directory;pwd
M-X View Variable		Shows the value of a named variable
M-X Write Region		Write out the region to a file.
Auto Fill Mode		(0)	Controls the corresponding Minor Mode
Auto Push Point Option	(500)	When to set mark after I-Search
Comment Column		(33)	Used by M-\; to decide where to start a comment.
Fill Column		(72)	Used by fill commands when breaking lines.
Hackmatic			Will be nonzero if the terminal has a META-key.
Mail Check Interval	(100)	How often to check for new mail.
Overwrite Mode		(0)	Controls the corresponding Minor Mode
System Output Holding	(0)	If nonzero, will make scame ignore ^X and ^Q
Tab Self Insert		(0)	Controls the action of TAB in some modes
