home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / emacs / src / descript.ion < prev    next >
Encoding:
Text File  |  1994-09-14  |  2.2 KB  |  44 lines

  1. BASIC.C right arrow and left arrow; bound to keystrokes and also called by many overlays.
  2. BSEARCH.C search backwards.
  3. BUFFER.C this is what's left in the root segment from the original buffer.c
  4. CCLASS.C "ctype" type of stuff.
  5. CCLASS.H character class, better for an editor than ctype.h
  6. 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.
  7. COPYREG.C "copy region" overlay command.
  8. DOMAPKEY.SUB How to compile mapkeys.c
  9. ED.H microemacs main include file
  10. FILENAME.C rename file; rename buffer
  11. FILEREAD.C read a new file into current buffer
  12. FILERITE.C write current buffer with new file name
  13. FILESAVE.C save
  14. 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
  15. GETREG.C subroutine included in the overlays of all "region" commands.
  16. GROWWIN.C make window larger
  17. KBUF.C store and recover deleted text
  18. KILLBUF.C remove a buffer from the list of buffers and free its resources.
  19. KILLREG.C kill region
  20. LDELETE.C delete "n" bytes
  21. LDELNEWL.C delete a newline
  22. LFREE.C free a line
  23. LINE.C lalloc() and lchange()
  24. LINSERT.C insert a character
  25. LISTBUF.C list active buffers
  26. LNEWLINE.C insert newline
  27. LOWREG.C lowercase region
  28. MAPPING.H default bindings
  29. MEDISP.C display a line
  30. MEDISP.H microemacs display routines, include file
  31. MEMAIN.C main()
  32. MEMISC.C get input
  33. MEML.C message line routines
  34. METAB.C binding tables.
  35. METAB.H include file for programs that need to know about keystroke bindings and how they are handled.
  36. OVUDFB31.C The most important overlay of all.
  37. POSTING.0 slightly old general info from the internet posting.
  38. POSTLIST.TXT some file descriptors from the internet posting.
  39. READIN.C Included by fileread...
  40. SRCDIST.LBR Library form of these files
  41. WRITEOUT.C Included by filesave, filerite...
  42. Z80EMACS.DOC General intro, and commercial
  43. ZMAXS01.LZR Crunched form of Library files of these files
  44.