hp-emode-files-1.red 577 B

12345678910111213141516171819
  1. % Loads "first half" of files necessary to build EMODE.
  2. % Assumes that the "default directory" contains all the necessary files.
  3. imports '(strings jsys); % These libraries needed at runtime.
  4. in "temporary-emode-fixes.red"$
  5. in "customize-rlisp-for-emode.sl"$ % Must be first?
  6. in "envsel.sl"$ % Support for "environments"
  7. in "dispch.sl"$ % "keyboard" dispatch support
  8. in "emode1.red"$ % Bunches of stuff
  9. in "ring-buffer.sl"$
  10. in "buffer-position.sl"$
  11. in "query-replace.sl"$
  12. in "buffers.sl"$
  13. in "window.sl"$
  14. in "windows.sl"$
  15. in "dired.sl"$
  16. in "sleep.sl"$
  17. in "buffer.sl"$