*2@3 Ispell step by step installation procedure.@1 =========================================== @4 Files to down load from aminet : @3 ispell_YAM.lha @1 (ispell installation for YAM) @3 ispell31p4bin.lha @1 (USE ONLY THIS VERSION) @3 ixemul-48.0.lha @1 (for ispell rexx server) @3 MUIRexx_3.0a.lha @1 (for ispell_mr.rexx) @5 The following is best done through Dopus @1(or another file manager) 1)@4 install ispell-3.1.18p4@5 Unarchive the 'ispell31p4bin.lha' to where ever you want to keep ispell @1(inside the YAM directory is a good place). @5 Rename the directory 'ispell-3.1.18bin' to 'ispell'. @1 *2 2)@4 install ixemul.lib@5 unarchive 'ixemul-48.0.lha' to ram: Select the appropriate cpu type for your system and rename it 'ixemul.library' Copy ixemul.library to LIBS: @1 3)@4 install MUIRexx_3.0a@5 Unarchive 'MUIRexx_3.0a.lha' to ram: From Workbench open MUIRexx3.0 drawer. Double click on 'MUIRexx_Install and follow the installer instructions. Installer should make an assign for you. The best place to put MUIRexx is in the MUI directory or in your arexx assign. *2@1 4)@4 setting up ispell@5 edit your user-startup file to include :- assign ispell: dh0:internet/YAM/ispell @1(for instance, point it to your own ispell directory)@5. Unarchive the 'ispell_YAM.lha' to ram: Copy these files from 'ispell_Yam/rexx' to MUI:rexx :- ispell_suggest.rexx ispell_lookup.rexx Copy these files from 'ispell_Yam/rexx' to YAM:rexx :- ispell_mr.rexx ispell_all.rexx ispell_exit.rexx ispell_lang.rexx *2@1 5)@4 configuring MUI@5 Start YAM. Select the menu 'Settings/MUI'. With the MUI prefs running select 'texteditor' class from the scrolling list. Select the 'spell checker' tab. In the two string gadgets enter :- LOOKUP : 'mui:rexx/ispell_lookup.rexx %s' SUGGEST : 'mui:rexx/ispell_suggest.rexx %s' Spell check as you type and lookup buttons are recommended to be checked. Save the settings for MUI prefs to exit. @1 *2 6)@4 configuring YAM@5 Select the menu 'Settings/Configuration' to open YAM prefs. Select 'AREXX' in the scrolling window on the right. Select an empty 'scripts menu entry' for each of the following scripts (IFF grabs are in brackets) ispell_mr.rexx :- NAME : Ispell GUI AmigaDos Script : muirexx YAM:rexx/ispell_mr.rexx port ISPELLMR Open and Wait unchecked ispell_all.rexx :- NAME : Ispell check all Arexx Script : YAM:rexx/ispell_all.rexx Open and Wait unchecked ispell_lang.rexx *2 NAME : Ispell Language Arexx Script : YAM:rexx/ispell_lang.rexx Open and Wait unchecked ispell_exit.rexx @5 NAME : Ispell exit Arexx Script : YAM:rexx/ispell_exit.rexx Open unchecked and Wait checked Scroll the scripts window until you see the 'Program termintion' entry, select it. Arexx Script : YAM:rexx/ispell_exit.rexx Open unchecked and Wait checked Save prefs. *2@3 Yam should now be fully fitted with ispell. It is recommended to reboot the Amiga so that all the settings and assigns can take effect. What now follows is brief explaination of usage. For a more detailed explaination please refer to the docs that come wi If a word is not recognised you will get a WB 'FLASH' @1(ie, screen flashes and your error beep will play)@3 Double click on unrecognised word and press 'R-Amiga help' and a list of suggestions will appear allowing you to choose the correct spelling. You can spell check an entire document with either the GUI or ALL scripts. The GUI script is more powerful. You can use the LANGUAGE script to select your default language, and to also change the language at will. You can quit Ispell by using the EXIT script or by closing down YAM. #8 ***************************** *2@2 This installation guide is based on the procedure used in the ispell_yam install docs. It has been improved for ease of installation to the average user who gets lost with how arexx scripts work @1(as I did till I figured out what was going on) *1@3 The Yeti@1 mailto:cjmerrell@yetisplace.demon.co.uk ]5@6 Chris Merrell