1. Permanent Ed Changes !
Dear RDS:
I have made a couple of simple subtle changes
one is to syncolor.e and the other is to ed.ex
I marked the OLD code (if there was any) AND
and NEW code like this:
--OLD
--(code)
--(more code)
--OLD
--NEW
(code)
(more code)
--NEW
To find the subtle changes I made you can simply search for --NEW
I didn't change any of the user definables.
CHANGE TO syncolor.e:
makes the BRACKET_COLOR cyclic.
Example: if BRACKET_COLOR = {red, blue}
The bracket would have been:
(((((red, blue, default,default,default)))))
Now they are:
(((((red,blue,red,blue,red)))))
This gives infinte depth to the BRACKET_COLOR
if BRACKET_COLOR = {red}
OLD:
(((red,default,default)))
NEW:
(((red,red,red)))
CHANGE TO ed.ex:
Assumes .ex extension when none is given.
Examples:
"ed ed" will load ed.ex
"ed syncolor.e" will load syncolor.e
"ed ed." will load ed.
I feel this is handy since most of the time I am
loading a program that has an ex extension.
The files with the changes are below. :)
--Lucius Lamar Hilley III
-- E-mail at luciuslhilleyiii at juno.com
-- I support transferring of files less than 60K.
-- I can Decode both UU and Base64 format.
section 1 of uuencode 5.21 of file llh.zip by R.E.M.