From: utzoo!decvax!decwrl!sun!megatest!fortune!olson Newsgroups: net.general Title: Re: SPELL explanation/replacement - (nf) Article-I.D.: fortune.909 Posted: Tue Apr 12 01:02:38 1983 Received: Wed Apr 13 20:48:32 1983 #R:qubix:-20600:fortune:14500006:000:643 fortune!olson Apr 11 22:54:00 1983 >From the spell makefile (I have used it this way and it works nicely). hlist: /usr/dict/words spellin spellin hlist hlista: american local hlist spellin (cat american local)|spellin hlist >hlista hlistb: british local hlist spellin (cat british local)|spellin hlist >hlistb hstop: stop spellin spellin hstop where hlist is the initial list, hlist[ab] are the american and british spelling lists created by adding anomalous entries to the basic list, and hstop is the list to catch spelling errors which otherwise look like valid prefix/suffix extensions from valid entries. Good Luck! fortune!olson