home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / jed098-4.zip / JED / DOC / WORDSTAR.TXT < prev    next >
Text File  |  1997-02-01  |  2KB  |  39 lines

  1. JED Wordstar mode notes
  2.  
  3. 0.  To enable wordstar emulation, comment out the line in jed.rc loading
  4.     emacs and edt bindings.  Then uncomment the line regarding wordstar
  5.     bindings.
  6.     
  7. 1.  The abort character is changed from ^G to ^^ (^6 on most keyboards).  
  8.     This is necessary because ^G is bound to delete character in wordstar.
  9.     
  10. 2.  I have implemented ^K, and ^Q keymaps.  I do not know bindings for other
  11.     keymaps which is why they are not defined.  If there are any missing
  12.     bindings and keymaps, please feel free to let me know and I will try to
  13.     add them.
  14.     
  15. 3.  Wordstar idea of block is preserved.  I have not changed its meaning as 
  16.     emacs does.  However, note that wordstar's concept of a region is
  17.     different from the concept that JED uses.  For this reason,  blocks in
  18.     JED's wordstar mode are not highlighted.   Bug me if you want this
  19.     changed.
  20.   
  21. 4.  Since one of the keymaps is ^Q, it is up to the user to make sure that JED
  22.     can receive the ^Q character.  This means that the user must make sure that
  23.     ^Q is not used for flow control.  The alternative would be to use the 
  24.     map_input function to map a different control character to ^Q.  See jed.txt
  25.     for details.
  26.  
  27. 5.  Finally, you might consider the native JED keybindings which are based
  28.     on my experience using the Turbo Pascal editor.  To get an idea of these
  29.     bindings, startup jed with no default init file as by using `jed -n'.
  30.     Once in jed, press ESC-X and enter `describe_bindings' at the prompt.
  31.     If you get lost, press ^H? for menus.
  32.     
  33.     Using the default JED bindings results in a faster startup of JED since
  34.     there is no need to load any keybindings other than possible extensions
  35.     to the default ones.
  36.  
  37. Mail comments and suggestions for the wordstar mode to
  38. davis@space.mit.edu.
  39.