home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 893 b | 63 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 choice `RequestChoice "MG editor" "Please select an option" "Release Notes" "README" "Amiga Docs" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool README.mg3beta4 TEXT
- endif
-
- if $choice EQ "2"
- cd docs
- MetaTool README TEXT
- endif
-
- if $choice EQ "3"
- cd docs
- MetaTool Amiga TEXT
- endif
- .aminet-dir
- util/edit
-