-file.list 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. NMODE Source Files Summary - 15 February 1983
  2. -------------------------------------------------------------------------------
  3. AUTOFILL.SL - auto fill mode
  4. BROWSER.SL - browser object definition
  5. BROWSER-SUPPORT.SL - general support functions for browsers
  6. BUFFER-BROWSER.SL - the buffer browser (C-X C-B)
  7. BUFFER-IO.SL - support for PSL I/O to and from text buffers
  8. BUFFER-POSITION.SL - type representing (line,char) pairs
  9. BUFFER-WINDOW.SL - abstract data type mapping text buffer to virtual screen
  10. BUFFER.SL - auxiliary functions for operating on the current buffer
  11. BUFFERS.SL - functions managing set of existing buffers
  12. CASE-COMMANDS.SL - commands for changing the case of text
  13. COMMAND-INPUT.SL - functions for command input
  14. COMMANDS.SL - miscellaneous editor commands
  15. DEFUN-COMMANDS.SL - editor commands related to top-level definitions in code
  16. DIRED.SL - directory edit subsystem
  17. DISPATCH.SL - command dispatch table manager
  18. DOC.SL - online documentation facility
  19. EXTENDED-INPUT.SL - functions for reading extended characters
  20. FILEIO.SL - functions for I/O to and from files
  21. INCR.SL - incremental search command
  22. INDENT-COMMANDS.SL - editor commands relating to indentation
  23. KILL-COMMANDS.SL - editor commands relating to killing text
  24. LISP-COMMANDS.SL - miscellaneous editor commands relating to lisp code
  25. LISP-INDENTING.SL - commands and functions for indenting lisp code
  26. LISP-INTERFACE.SL - interaction between NMODE and Lisp (including MAIN)
  27. LISP-PARSER.SL - basic parser for Lisp code
  28. M-X.SL - the M-X command reader
  29. M-XCMD.SL - miscellaneous extended commands
  30. MODE-DEFS.SL - definitions of standard modes
  31. MODES.SL - mode definition functions
  32. MOVE-COMMANDS.SL - editor commands relating to cursor motion
  33. NMODE-20.SL - system dependent functions for Dec-20
  34. NMODE-9836.SL - system dependent functions for HP9836
  35. NMODE-ATTRIBUTES.SL - macros for constructing parsing attributes
  36. NMODE-BREAK.SL - NMODE's break handler
  37. NMODE-INIT.SL - initialization code
  38. NMODE-PARSING.SL - primitive functions for parsing source code
  39. PROMPTING.SL - string input and basic prompt line functions
  40. QUERY-REPLACE.SL - query-replace subsystem
  41. READER.SL - NMODE command reader
  42. REC.SL - recursive editing functions
  43. SCREEN-LAYOUT.SL - functions managing overall NMODE screen layout
  44. SEARCH.SL. - searching functions
  45. SET-TERMINAL-20.SL - Dec-20 terminal driver selection
  46. SET-TERMINAL-9836.SL - HP9836 terminal driver selection
  47. SOFTKEYS.SL - NMode softkeys (Esc-/)
  48. STRUCTURE-FUNCTIONS.SL - functions for moving about structured text
  49. TERMINAL-INPUT.SL - terminal input functions, including prompted input
  50. TEXT-BUFFER.SL - text buffer abstract data type
  51. TEXT-COMMANDS.SL - sentence, paragraph, and formatting stuff
  52. WINDOW.SL - auxiliary functions for manipulating the current window
  53. WINDOW-LABEL.SL - manages label area of a window