home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Editors / mjovesrc.zoo / README.ST < prev    next >
Text File  |  1992-09-22  |  2KB  |  51 lines

  1. Dear MiNT User:
  2.  
  3. The good news is that all of the process control and job control features
  4. work, and that the ptys are implemented, allowing an interactive shell
  5. window.  The commands for compiling and interactively linting your source
  6. code are available (M-X compile-it and M-X next-error).  Other process
  7. control functions include:
  8.  
  9. shell-command (non-interactive)
  10. i-shell-command (interactive, asynchronous, and multiple i-shell-commands
  11.          run at the same time)
  12. shell-command-to-typeout (non-interactive, doesn't send output to a text
  13.               buffer, but writes directly to the screen, using
  14.               a pager)
  15. shell (interactive shell of your choice.  Make sure SHELL environment
  16.        variable is set)
  17.  
  18. JOVE uses termcap, and will run from the console or under TOSWIN or MGR.
  19. The special keys are implemented (function keys, etc.), but in a kludgy
  20. way that breaks under MGR.  This port would vastly benefit from the addition
  21. of MiNT's xkeys feature.
  22.  
  23. The F2 key is bound to display-bindings.  F1 is the help key, and it
  24. requires that cmds.doc be in c:\jove\lib, or you will have to fix the
  25. environment.
  26.  
  27. When reporting problems, remember that I have been using JOVE for a year,
  28. and so I am aware of most of the problems.  Sorry about the ^Ms showing
  29. up in all the interactive process windows.  Source is provided for the
  30. adventurous.  I have ifdef'd all of my modifications.  getch.c is a 
  31. complete rewrite, to implement the special keys.  The quadruple backslashes
  32. are used in the makefile, because the lines get fed through sed.
  33. Aren't they gross?
  34.  
  35. Oh, yes, one other thing.  Make sure that you use the drive u: notation
  36. when changing directories or referring to files on other drives.
  37. Otherwise, the readline emulation breaks.
  38.  
  39. Believe me, with all of it's shortcomings JOVE is still an extremely
  40. useful programming environment.
  41.  
  42. (And the memory usage is minimal, especially compared with emacs.)
  43.  
  44.        Doug
  45.  
  46. --
  47. dstailey@leidecker.gsfc.nasa.gov
  48. Try running two greps at once.  That's
  49. M-X i-shell-process grep -n MiNT *.[ch]
  50. M-X i-shell-process grep -n DoShell *.c
  51.