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 / PCB / DIR264 < prev    next >
File List  |  2000-06-30  |  5KB  |  93 lines

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