emode-files-2.red 792 B

123456789101112131415161718192021
  1. % Loads "second half" of files necessary to build EMODE.
  2. % Assumes that the "default directory" contains all the necessary files.
  3. % Utilities for getting prompted input, and general management of
  4. % MODE/PROMPT/MESSAGE lines.
  5. in "prompting.sl"$
  6. in "search.red"$ % Utilities for string search.
  7. in "move-strings.red"$ % "Fast" string utilities.
  8. in "vs-support.sl"$ % Some more "fast" support for V-SCREEN
  9. % (Virtual Screen) package.
  10. in "v-screen.sl"$
  11. in "refresh.red"$ % Screen/windows/refresh stuff
  12. in "fileio.sl"$ % I/O routines for reading/writing EMODE
  13. % buffers.
  14. in "rface.red"$ % Special "mode" for executing Rlisp/Lisp
  15. in "hp-emodex.sl"$ % Contributions from Hewlett Packard (Alan Snyder).