home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / _BBS / MAX / HC264.BBS < prev    next >
File List  |  2000-06-30  |  3KB  |  72 lines

  1.  CP/M CDROM, Sep. 1994.  Walnut Creek CDROM.
  2.  -------------------------------------------
  3.  Simtel CP/M Emacs Source
  4.  path: \simtel\emacs\src
  5.  -------------------------------------------
  6. 00README.1ST 
  7. BASIC.C      right arrow and left arrow; bound to keystrokes and also called by many overlays.
  8. BSEARCH.C    search backwards.
  9. BUFFER.C     this is what's left in the root segment from the original buffer.c
  10. CCLASS.C     "ctype" type of stuff.
  11. CCLASS.H     character class, better for an editor than ctype.h
  12. CFGNAMES.H   belongs to mapkeys.c; It's in archive 1; cfgnames.h describes the mappings for overlays in ME.COM. It gives the UECS name, the key to which the name is bound by default, the overlay number, the function within the overlay, and the UECS command number. The default binding isn't necessarily the same as that in mapping.h. This file is included by both mapkeys.c and meconfig.c.
  13. COPYREG.C    "copy region" overlay command.
  14. DOMAPKEY.SUB How to compile mapkeys.c
  15. ED.H         microemacs main include file
  16. FILENAME.C   rename file; rename buffer
  17. FILEREAD.C   read a new file into current buffer
  18. FILERITE.C   write current buffer with new file name
  19. FILESAVE.C   save
  20. FILEVISI.C   edit a new file in its own buffer, or, go to the buffer that already contains it. Finds their addresses by reading ME.SYM. Both of the programs are pretty nifty
  21. GETREG.C     subroutine included in the overlays of all "region" commands.
  22. GROWWIN.C    make window larger
  23. KBUF.C       store and recover deleted text
  24. KILLBUF.C    remove a buffer from the list of buffers and free its resources.
  25. KILLREG.C    kill region
  26. LDELETE.C    delete "n" bytes
  27. LDELNEWL.C   delete a newline
  28. LFREE.C      free a line
  29. LINE.C       lalloc() and lchange()
  30. LINSERT.C    insert a character
  31. LISTBUF.C    list active buffers
  32. LNEWLINE.C   insert newline
  33. LOWREG.C     lowercase region
  34. MAPPING.H    default bindings
  35. MEDISP.C     display a line
  36. MEDISP.H     microemacs display routines, include file
  37. MEMAIN.C     main()
  38. MEMISC.C     get input
  39. MEML.C       message line routines
  40. METAB.C      binding tables.
  41. METAB.H      include file for programs that need to know about keystroke bindings and how they are handled.
  42. MEUPDATE.C   
  43. MEVT.C       
  44. MEXEQ.C      
  45. MVUPWIN.C    
  46. ONLYWIN.C    
  47. OVBGN.ASM    
  48. OVEXIT30.C   
  49. OVKBDM29.C   
  50. OVMDLN28.C   
  51. OVMISC1.C    
  52. OVOPEN32.C   
  53. OVOPWR33.C   
  54. OVREAD27.C   
  55. OVREADIN.C   
  56. OVUDFB31.C   The most important overlay of all.
  57. OVWORD1.C    
  58. OVWRIT34.C   
  59. POSTING.0    slightly old general info from the internet posting.
  60. POSTLIST.TXT some file descriptors from the internet posting.
  61. READIN.C     Included by fileread...
  62. SHRNKWIN.C   
  63. SPLITWIN.C   
  64. SRCDIST.LBR  Library form of these files
  65. TELANSI.C    
  66. UPREG.C      
  67. USEBUF.C     
  68. WINDOW.C     
  69. WRITEOUT.C   Included by filesave, filerite...
  70. Z80EMACS.DOC General intro, and commercial
  71. ZMAXS01.LZR  Crunched form of Library files of these files
  72.