The files:
----------

System setup:
-------------

t0:unix/ls			Ls v3.1 by Justin V McCormick
t0:cruncher/*			Lz by Jonathan Forbes, etc
t1:com/*			Uuencode, shar, tar, compress,...
t1:gnu/*			GNU-egrep
sys:c or c:			Pkax, zoo, arc, lharc,...

------------------------------------------------------------------------

Rexx macros:
------------

dh1:s/1startup.rexx		Part of my startup-sequence: Set environment variables
				check clock setting and cry for help if it`s obviously wrong
				(the source modifies itself once a month)
dh1:s/ced.ced			Main menu for function key settings - saves the old setting
				to the ramdisk.

dh1:s/skulker.dat		Data file for the skulker demon
dh1:s/crontab			Data file for cron or tptcron
				It may be used to setup the environment variables for date
				and time or to start the skulker demon several times a day

dh1:s/ced/*.cmac		Function key settings for Cygnus ED, used by dh1:s/ced.ced	

rexx:addjob.rexx		Add jobs for the cron task to its list. Add a job scheduled
				in 5 minutes or in 2 days 11 hours and 11 minutes or ... 
rexx:doit.rexx			A macro like the arp `for` or Siebert`s `with`.
				This macro takes its filenames from STDIN and executes a command.
				E.g.: vr-list <path> | doit [verbose] <command> %%

				vr-list is an alias defined as : t0:unix/ls -RPHIFf "%n\n" []
				This lists all files recursively in the <path> 
rexx:extract.rexx		Macro to unarchive .lzh, .zoo, .arc files in the current directory
rexx:hexpatch.rexx		Macro to modify an existing file by exchanging binary values 
				e.g.: change scores, hit points, ...
rexx:HPSelect.rexx		Demo macro for playing with the printer(.device)
rexx:lza.rexx			Recursively archive a directory using lz
rexx:repeat			Repeat a command : Repeat 10 beep ...
rexx:skulker.rexx		Skulker <datafile> deletes the specified files which are older
				than a given period of time
rexx:sure.rexx			Protect (wd) and delete a file -  sure ? 
rexx:xfind.rexx			Find executables in the path

Cygnus ED macros:
-----------------

rexx:ced/bstack.ced		Manage named blocks in a view (copy, cut, restore)
rexx:ced/compile.ced		Compile the current view as specified with this view
				e.g.: compile your text for TeX
rexx:ced/egrep.ced		Extension for grep.ced - this macro uses GNU-Egrep to find its expressions
rexx:ced/fish.ced		Include Fred`s contents file to the current view
rexx:ced/flow.ced		Hide blocks (cut and restore to their old position)
rexx:ced/grep.ced		Grep: - manage a view containing a list of files (open a file, open next)
				      - search expression under the cursor (in the active view  - or 
				        throughout the list)
rexx:ced/templates.ced		Manage templates: Text blocks which can be restored using parameters
				e.g.: for constructs ...

More or less modified rexx macros for Cygnus ED:
-----------------------------------------------

rexx:ced/nexterror.ced		J.W. Faust's nexterror.ced macro
				expanded for use by dh1:s/(lattice|aztec).ced and
				rexx:ced/compile.ced. It does now work with the output
				of make and lmk. Jumps to multiple source files
				(but make gives up in the first file all the time !?)
rexx:ced/LookUp.ced		\  part of Peter Cherna`s Devkit distribution
rexx:ced/lookupheader.ced	 > adapted for my system. GET THIS ONE !
rexx:ced/lookuptag.ced		/  it includes a program to make the needed tags
				these macros look up the current word under the cursor.
				Lookupheader uses the tags of index:index/*.?.
				Lookup        "    "    "  "  autodocs:index/index/*.?.
				Lookuptag    uses a tags file in the directory of the current view.
				(the tags for this version of lookuptag may be created
				 by the PD ctags, too)

Other included macros: for the sake of completeness
----------------------

rexx:ced/BlockSearch.ced	Search the current block
rexx:ced/CommentBlock.ced	Comment a block (c source!)
rexx:ced/CreateDocHdr.ced	Create a document header
rexx:ced/delete-until.ced	Delete some text
rexx:ced/down-paragraph.ced	Down   some text
rexx:ced/executefile.ced	Execute this view
rexx:ced/executeline.ced	Execute this line
rexx:ced/lefttabblock.ced	Tab a block
rexx:ced/pop.ced		\ pop and push a block
rexx:ced/push.ced		/
rexx:ced/righttabblock.ced	Detab a block
rexx:ced/setscriptbit.ced	Protect +wds
rexx:ced/sortblock.ced		Sort the current block
rexx:ced/spreadviews.ced	Adjust all view 
rexx:ced/UncommentBlock.ced	Uncomment the block of commentblock.ced
rexx:ced/up-paragraph.ced	Move up some text

rexx:showhunk.rexx		Mikael Karlsson`s dalf.rexx shows the hunk structure of an executable.
				unadapted - included for completeness
		
dh1:s/aztec.ced			\ adaptions of J.W. Faust`s compiler macro			
dh1:s/lattice.ced		/ (had a small problem to get lattice running as address command job) 


Miscellaneous:
--------------

demos/cedrelay.rexx		External control for CygnusED
demos/host.rexx			\
demos/hostinput.txed		 > sample for using txED as a shell with a scrollbar
demos/hostoutput.txed		/
demos/waitfor.rexx		Waits for a condition
rexx:ced/lastkey.ced		Demo - the key codes
ideas/match.ced			You cannot do this in rexx 
				(in your Amiga`s lifetime - that is)
dh1:s/cedcompile.setup		A demo batch file for compile.ced

