home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / memacs400_cmds.lzh / MEMACS400 / Readme.OSK < prev   
Text File  |  1996-05-16  |  3KB  |  56 lines

  1.  
  2.  
  3.    This is an OSK port of MicroEmacs ver. 4.00.  It consists of three files:
  4. memacs400_cmds.lzh, memacs400_doc.lzh and memacs400_src.lzh.
  5.  
  6.    The major new feature of ver. 4.00, compared to ver. 3.12, are the new
  7. undo commands.  You can use the 'apropos' command (M-a undo<NL>) to find
  8. their current bindings.  Search commands now highlight the results of the
  9. searches.  Abbreviation and magic mode features are enhanced. There are two
  10. new commands: 'add-keymap' and 'list-keymappings'.  I have also enabled the
  11. tags commands.
  12.  
  13.    The cmds part contains two subdirectories: CMDS and CMD.  In CMDS you
  14. will find two executable files: emacs for plain OSK and emacs.mm1 for the
  15. MM/1 computer under K-Windows.  The MM/1 version supports the mouse, eight
  16. colors, fonts of any size and automatically adapts to the screen size at the
  17. startup.  Also in CMDS you will find emacsrc.vt100 and emacsrc.mm1.  These
  18. are the initialization files I use on a VT100 terminal and on my MM/1,
  19. respectively.  To use one of them, rename it to .emacsrc and move it to your
  20. root directory. 
  21.  
  22.    Finally, in CMDS there is the OSK executable of the ctags program.  You
  23. can use it as follows: in the directory where you have the sources of the C
  24. program you are working on, type 'ctags *.c'.  This will create the file
  25. 'tags' which can be used by MicroEmacs.  Now when you edit one of your
  26. files, move the cursor over the name of one of your functions and perform
  27. the 'tag-word' command (bound to M-. in my .emacsrc).  MicroEmacs will then
  28. find the file where the function is defined and move the cursor to the
  29. beginning of its definition.
  30.  
  31.    The DOC subdirectory contains the official MicroEmacs manual, emacs.mss.
  32. Unfortunately it is in the format of the 'Scribe' word processor, to which I
  33. have no access.  It would be useful if somebody could translate it into a
  34. more popular format, like PostScript.  I have added the 'ctags' manual, in
  35. the troff and PostScript versions.
  36.  
  37.     The SRC and H subdirectories contain the sources used to create
  38. MicroEmacs.  The code specific to the OSK port is marked by the preprocessor
  39. OSK macro and the code specific for MM/1 is marked by MM1 macro.  In the
  40. compilation the standard make program was used together with the C compiler
  41. v. 3.2.
  42.  
  43.    It is recommended to install MicroEmacs either in /h0/MEMACS400 or in
  44. /h1/MEMACS400. Then the macros from the CMD directory will be directly
  45. accessible to MicroEmacs.  These paths are defined in 'epath.h'.
  46.  
  47.    I found one difference with the previous version (3.12): the fill column
  48. is now set to 76 by  '^XA $fillcol <NL> 76'  rather than by  'M 72 ^XF' .
  49. Also in the setups M-. becomes 'tag-word' while M-sp remains 'set-mark'.
  50.  
  51.    Enjoy,
  52.  
  53.      Andrzej Kotanski                            Cracow, May 1996.
  54.  
  55. (kotanski@if.uj.edu.pl or kotanski@desy.de)
  56.