home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 495a.lha / ISpell_v3.1ljr / mgStuff / README < prev    next >
Text File  |  1991-04-06  |  958b  |  20 lines

  1. Note that this stuff requires mg3beta4 or later; and may require
  2. beta5.
  3.  
  4. mg-startup sets up the spell-word; spell-region and spell-buffer
  5. commands. Spell-buffer invokes the spell-region rexx script with an
  6. argument to trigger doing the entire buffer. The interface is pretty
  7. much the same for all of them - it tells you what word wasn't
  8. recognized, and asks for a replacement. A newline leaves the word as
  9. is; a "?" either gets the same question, or a list of alternatives. If
  10. the list is presented, you can enter the number of the word in the
  11. display area, or type a word in yourself. The buffer then gets
  12. changed.
  13.  
  14. Note that spell-region was largely done as an exercise; I don't use it
  15. very often, and it hasn't been thoroughly tested. The problem is that
  16. mg doesn't have a query-replace interface for rexx, so the
  17. spell-region just changes text blindly. I don't recommend using it as
  18. is. Watch for mg to be improved, and for that script to become
  19. useful.
  20.