home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / memacs32.zip / readme.os2 < prev    next >
Text File  |  1994-03-20  |  2KB  |  47 lines

  1. mEmacs for OS/2 2.x
  2.  
  3. This is a 32 Bit version of µ-emacs 3.12 which also includes mouse
  4. support. The last time I tried to use the mouse I had some problems with
  5. the appearing of the mouse cursor and I couldn't find the error. Now I
  6. just recompiled the sources with an additional define in os2npm.c
  7. (INCL_DOSDEVIOCTL) and a new version of EMX-GCC. To my surprise
  8. everthing worked fine and no additional changes were necessary. Perhaps
  9. there was a bug in the earlier version of the emx OS/2 libraries. Since
  10. I have lost the original sources a context diff file of the changes
  11. isn't any longer included in this package. All changes become valid if
  12. OS2 is defined as 2 in the header file os2/estruct.h and the compiler
  13. used is emx-gcc. If you want to use another compiler you will have to 
  14. add some code for a 16:16 bit to a 32 bit pointer conversion in the file
  15. src/os2npm.c at line 699.
  16.  
  17. Note: I am NOT the author of this program. Please send any questions or
  18. comments about the editor itself to Daniel Lawrence mentioned in the
  19. file "readme" in the same directory as this file. 
  20.  
  21. In difference to the last release of the package the editor is compiled
  22. with -O instead of -O2. This is done because -O resultes in a shorter
  23. executable and the gain of performance with -O2 isn't significant. I
  24. also changed the name from emacs.exe to memacs.exe to avoid conflicts
  25. with real (big and fat) emacs.
  26.  
  27. Brief installation guide:
  28.  
  29. To install this program you can use the makefile located in the
  30. directory ./os2. You have to edit it if you want to specify other target
  31. directories than c:/os2/apps for os2emacs.exe and c:/os2/apps/dll for
  32. the runtime library emx.dll and emxlibc.dll. Be sure that OS/2 can find
  33. these libraries. To use the command files of emacs (*.cmd - this are no
  34. batch jobs or REXX command files) or the online help the environment
  35. variable DPATH has to point to the directory where they are installed. 
  36.  
  37. If you use the default options for installing and didn't change the
  38. CONFIG.SYS entry which defines this variable you don't have to do
  39. anything else than calling make with the parameter "install".
  40.  
  41.     Ralf Seidel (10/93)
  42.     eMail: seidel3@wrcs3.urz.uni-wuppertal.de
  43.  
  44. P.S.: As you will have recognized my english isn't the best. Comments
  45. and/or corrections are welcome.
  46.  
  47.