home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / gedscripts-1.1.lha / GEDScripts / ISpell / ReadMe.doc < prev    next >
Text File  |  1994-02-15  |  4KB  |  88 lines

  1. ReadMe for the GUISpell-GoldED package
  2.  
  3. After having worked for two years with CED (yes, an old 2.12), I wanted to have
  4. all the comfort in my brand new GoldED. That includes ISpell. But there was no
  5. version of GUISpell that immediately popped up on the GoldED screen without
  6. first issuing a JUMP command.
  7.  
  8. Now well, today I decided I wanted it. That's why I ressorted to my SAS/C
  9. compiler, took the sources of GUIspell and modified them to make GUIspell appear
  10. on GoldED's screen first.
  11.  
  12. The I went on making new ARexx scripts for online checking. After hacking around
  13. to get the quotes right so GoldED's ARexx interface accepted it, I went on to do
  14. all the stuff so it functioned a few times nicely on my machine. I guess there
  15. are no bugs as I don't have experienced any misbehavior yet.
  16.  
  17. 1. Installation
  18.  
  19. For the steps described below, I assume you have already installed Ispell from
  20. Fish 774 (I have tested my stuff only with this version; it has an ARexx port).
  21.  
  22. Remove old versions of GUIspell from you system and copy my version of GUIspell
  23. to a place, preferably in the command path.
  24.  
  25. Copy my Arexx scripts to place where you would like them. I suggest you copy
  26. them to RAM: at startup so you get a maximal execution speed. Do not compress
  27. them with `Stacker'-like tools so the computer won't waste time decompressing
  28. it. 
  29.  
  30. Edit the files to look if the paths for ispell, WordCheckCallBack.ged and
  31. GUIspell are right.
  32.  
  33. The go into GoldED, activate the `Keyboard' config and put the CheckWord.ged
  34. macro on the spacebar (don't forget to turn on the ARexx button!). Everytime 
  35. you press space, CheckWord will try to check the word (if there's any). But you
  36. don't need to hit the space bar to move the cursor --- this can be achieved
  37. with the cursor keys.
  38.  
  39. Now everything should be set up correctly.
  40.  
  41. 2. Author
  42.  
  43. You can reach me by snail mail. My address:
  44.  
  45. René Laederach
  46. Kappelisackerstr. 46
  47. 3063 Ittigen
  48. Switzerland
  49.  
  50. You can phone me at +41/(0)31/921-19-08 in the evening and on weekends, but
  51. don't forget I live in the Greenwich time zone, so phone when it is evening in
  52. Europe! When writing, then include an international reply couponor 2.50 US-$.
  53. Any letter without return postage lands in the trashcan or I'll keep the disk
  54. if you included one (one exactly covers the postage...).
  55.  
  56. 3. TODO
  57.  
  58. Spell.ged - a script to check the whole file from GoldED. I don't need it so
  59. you'll have to wait.
  60.  
  61. 4. Legal Stuff
  62.  
  63. This package comes with NO warranty --- neither expressed nor implied. YOU use
  64. this stuff at your own risk --- even if your cat hits the spacebar and then the
  65. Amiga checks the cat and squeezes it through its circuitry and gets quite thin.
  66.  
  67. This package is Freeware and I, René Laederach, retain all copyrights on the
  68. scripts. You may enhance the scripts, but leave the copyright notice intact.
  69.  
  70. 5. Acknowledgements to...
  71.  
  72. Dietmar Eilert who wrote GoldED. An awesome editor with lots of features I
  73. haven't tried out yet. Those 20 greenbacks/Deutschmark you have to mail him for
  74. registration is a good investment into the future of the development of good
  75. ShareWare. Definitely the `Best Buy' if you want a cheap and powerful editor for
  76. the Amiga.
  77.  
  78. Dietmar Eilert who made a skeleton macro for the startup and the cleanup of
  79. ARexx scripts working with GoldED.
  80.  
  81. Loren J. Rittle who wrote a port of ISpell with an ARexx server mode. Great
  82. Stuff!
  83.  
  84. CBM for the Amiga 2000 (maybe the successor of the A4000 will have a SCSI host
  85. adapter again and design a practical casing as well as an Ethernet plug?).
  86.  
  87.  
  88.