home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
product-info
< prev
next >
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
1KB
|
67 lines
.name
mg
.type
Text Editing
.short
Small GNU EMACS style editor with AREXX
.description
A public domain EMACS style editor, that uses the GNU EMACS command
set. Includes AREXX support.
.version
3b
.date
.author
Mike Meyer, et al.
.restrictions
.requirements
.reference
AmigaLibDisk352:MG/
3b
AmigaLibDisk147:
2b
.keywords
.distribution
Public Domain
.price
.address
.email
.phone
.fax
.exectype
.installsize
.source
.construction
.tested
.docs
README.mg3beta4
README.fnf
docs/README
.described-by
Fred Fish (fnf@fishpond.cygnus.com)
.submittal
.execute
set orgdir `cd`
LAB start
failat 10
unset filechoice
unset dirchoice
cd $orgdir
set choice `RequestChoice "MG editor" "Please select an option" "Release Notes" "README" "Amiga Docs" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool README.mg3beta4 TEXT
else
cd docs
if $choice EQ "2"
MetaTool README TEXT
else
if $choice EQ "3"
MetaTool Amiga TEXT
endif
endif
endif
skip start BACK
endif
.aminet-dir
util/edit