home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / EMACSOS2.ZIP / README < prev   
Text File  |  1988-10-14  |  1KB  |  32 lines

  1. os2.c        OS/2 specific spawning functions
  2. os2nonpm.c   video and keyboard support using OS/2 Vio and Kbd functions
  3.                  (nonpm = non-Presentation Manager)
  4.  
  5. estruct.h    various changes
  6.  
  7. ebind.h      added OS2 to an existing #if
  8. fileio.c     added OS2 to an existing #if
  9. file.c       added OS2 to an existing #if
  10. input.c      added OS2 to an existing #if
  11.  
  12. bind.c       fixed help() so it will look in the HOME directory for help file
  13.                  changed flook() flag to TRUE
  14.  
  15.  
  16. NOTES
  17.  
  18. No mouse support, yet.
  19.  
  20. Video output isn't as fast as I'd like.  The main problem is that, with
  21. typeahead, line-at-a-time deletions take place before the screen repaints,
  22. and it is easy to delete more lines than were desired.
  23.  
  24. To allow multiple copies of MicroEmacs to simultaneously use the filter
  25. and pipe commands, I use unique temporary file names, then change the
  26. buffer name to "command".  This works fine, but it leaves an ugly file
  27. name (like d:\tmp\e000089) associated with the buffer.  I tried changing
  28. the filename to "", but ran into trouble and haven't gone back to it.
  29.  
  30. I've mainly used an EGA display, but I've done some testing with VGA and
  31. mono.
  32.