Edward Documentation
This is the API documentation for the extensible edward text editor.
Libraries
The edward CHICKEN egg provides the following R7RS libraries:
- (edward ed editor): The central text editor abstraction.
- (edward ed cmd): Marcos for defining new editor commands.
- (edward ed posix): The implementation of POSIX editor commands.
- (edward ed addr): Implementation of POSIX ed addressing.
- (edward parse): The edward parser combinator library.
- (edward cli): The command line interface abstraction.
- (edward replace): Implementation of regex replacements.
- (edward util): Various utility procedures.
- (edward buffer): Line buffer implementation used internally.