[net.sources] emacs edt emulator part 3 of 3

jimb@tekcbi.UUCP (05/20/86)

-----------------------------cut here------------------------------
#! /bin/sh
# This is a shell archive, meaning:
# 1. Remove everything above the #! /bin/sh line.
# 2. Save the resulting text in a file.
# 3. Execute the file with /bin/sh (not csh) to create the files:
#	help-append
#	help-char
#	help-command
#	help-cut
#	help-cutchar
#	help-cutline
#	help-cutword
#	help-enter
#	help-eol
#	help-find
#	help-forward
#	help-gold
#	help-openline
#	help-reverse
#	help-sect
#	help-select
#	help-word
# This archive created: Mon Mar 10 14:52:25 1986
export PATH; PATH=/bin:$PATH
if test -f 'help-append'
then
	echo shar: will not over-write existing file "'help-append'"
else
cat << \SHAR_EOF > 'help-append'



	Append   adds the region between where the select was made and
 		where the cursor is to the paste buffer.  The region is
		cut from the current buffer.  The previous contents of the 
		paste buffer are not affected.  

	REPLACE   Deletes the region between where the select was made and
 		and where the cursor is.  The contents of the paste buffer are
        copied to the current buffer ahead of the cursor.



To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-char'
then
	echo shar: will not over-write existing file "'help-char'"
else
cat << \SHAR_EOF > 'help-char'



	Char  moves the cursor one character in either the forward or
		the backup direction.

	CLN BUF  clears the current screen of other windows.
		(Usually used after a show buffers command).



To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-command'
then
	echo shar: will not over-write existing file "'help-command'"
else
cat << \SHAR_EOF > 'help-command'


	Repeat    This key is used when you want to repeat a command
		  without pressing that key repeatedly.  Press this
		  key, type in the number of repetitions, press return,
		  and press the key corresponding to the command you 
		  wish.

	COMMAND   This key will allow you to type in any Emacs command.
                  You will receive the : prompt on the bottom line.
                  You may then enter any valid emacs command.  Commands
                  are parsed using a Twenex style command interpreter --
                  you can press ESC or space to invoke command completion,
                  or "?" for help with what you're allowed to type at that
                  point.  Note: This will not work if it's asking for a key
                  or macro name.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-cut'
then
	echo shar: will not over-write existing file "'help-cut'"
else
cat << \SHAR_EOF > 'help-cut'



	Cut   moves the region between where the select was made and
 		and where the cursor is to the paste buffer.  The region is
		cut from the current buffer.  The contents of the paste buffer
		are deleted prior to putting in the cut region's contents.

	PASTE   copies the contents of the paste buffer to the current
		buffer ahead of the cursor.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-cutchar'
then
	echo shar: will not over-write existing file "'help-cutchar'"
else
cat << \SHAR_EOF > 'help-cutchar'



	Del C    deletes the next character to the delete char buffer.

	UND C	 copies the contents of the delete char buffer to
		the current buffer at the location of the cursor.  This
		will negate the previous delete character if performed 
        immediately after deleting the character.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-cutline'
then
	echo shar: will not over-write existing file "'help-cutline'"
else
cat << \SHAR_EOF > 'help-cutline'



	Del L    deletes the current line to the delete line buffer.

	UND L	 copies the contents of the delete line buffer to
		the current buffer at the location of the cursor.  This
		will negate the previous delete line if performed 
        immediately after deleting the line.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-cutword'
then
	echo shar: will not over-write existing file "'help-cutword'"
else
cat << \SHAR_EOF > 'help-cutword'



	Del W    deletes the next word to the delete word buffer.

	UND W	 copies the contents of the delete word buffer to
		the current buffer at the location of the cursor.  This
		will negate the previous delete word if performed 
        immediately after deleting the word.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-enter'
then
	echo shar: will not over-write existing file "'help-enter'"
else
cat << \SHAR_EOF > 'help-enter'





	SUBS   deletes the search string and replaces it with the 
               contents of the paste buffer.  It then searches for 
               the next occurence of that search string.  This will 
               occur in either the forward or backup direction.
               Each time you press the SUBS key, it will substitute 
               and move to the next occurence of the search string.



To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-eol'
then
	echo shar: will not over-write existing file "'help-eol'"
else
cat << \SHAR_EOF > 'help-eol'



	Eol  moves the cursor to the next end of line in either the
		advance or the backup direction.

	DEL EOL  Deletes text from the current cursor position to the
        end of the current line.  


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-find'
then
	echo shar: will not over-write existing file "'help-find'"
else
cat << \SHAR_EOF > 'help-find'



	Fndnxt   finds the next occurence of the search string as
		defined in FIND.  This applies to either the forward
		or backup direction.

	FIND   will prompt you for the desired search string and then
        find it in either the forward or reverse direction.
   			Press FIND, enter the desired string, and press
			return.  you must have selected which direction
		    prior to pressing FIND or it will search in the
		   	current direction.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-forward'
then
	echo shar: will not over-write existing file "'help-forward'"
else
cat << \SHAR_EOF > 'help-forward'



	Advance   sets the direction for succesive commands in the forward
		direction.

	BOTTOM   moves the cursor to the end of the buffer.



To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-gold'
then
	echo shar: will not over-write existing file "'help-gold'"
else
cat << \SHAR_EOF > 'help-gold'



	GOLD    The GOLD  (PF1) key lets you use the alternate function
            of the editing keys.  Press the GOLD key first and then
		    the key you wish to use.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-openline'
then
	echo shar: will not over-write existing file "'help-openline'"
else
cat << \SHAR_EOF > 'help-openline'



	Line  moves the cursor the next beginning of line in either
		  the forward or reverse direction.

	OPEN LINE  inserts a blank line beneath the cursor.




To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-reverse'
then
	echo shar: will not over-write existing file "'help-reverse'"
else
cat << \SHAR_EOF > 'help-reverse'



	Backup   sets the direction for succesive commands in the reverse
		direction.

	TOP   moves the cursor to the beginning (top) of the buffer.



To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-sect'
then
	echo shar: will not over-write existing file "'help-sect'"
else
cat << \SHAR_EOF > 'help-sect'



	Sect  moves the cursor 16 lines in either the forward or backup
		direction


 	There is no GOLD function assigned to this key.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-select'
then
	echo shar: will not over-write existing file "'help-select'"
else
cat << \SHAR_EOF > 'help-select'



	Select   marks one end of a selected range.  Move to either the
		beginning or the end of the desired range and press Select.
		Then move to the opposite end prior to choosing desired 
		function.

	There is no GOLD function for this key.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
if test -f 'help-word'
then
	echo shar: will not over-write existing file "'help-word'"
else
cat << \SHAR_EOF > 'help-word'



	Word moves the cursor to the next word in either the advance or
	    backup direction.

	CHNGCASE works in two ways:
        If no range is selected, it will change the case of the 
            current character in the advance direction and of the 
            previous character in the backup direction.  The cursor 
            will also advance to the next character.
        If a range is selected, it will change the case of all 
            characters within that range and leave the cursor in
            it's present location.


To return to the keypad diagram, press the Help key (PF2).
For help on another keypad key, press that key.
To exit from help, type a space.
SHAR_EOF
fi # end of overwriting check
#	End of shell archive
exit 0