Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!uwvax!rutgers!iuvax!pur-ee!uiucdcs!uxc.cso.uiuc.edu!uicsgva!hwang From: hwang@uicsgva.UUCP Newsgroups: comp.emacs Subject: Re: How to GNU ISPELL? Message-ID: <2600004@uicsgva> Date: Tue, 10-Nov-87 18:32:00 EST Article-I.D.: uicsgva.2600004 Posted: Tue Nov 10 18:32:00 1987 Date-Received: Fri, 13-Nov-87 22:27:19 EST References: <11931@beta.UUCP> Lines: 14 Nf-ID: #R:beta.UUCP:11931:uicsgva:2600004:000:614 Nf-From: uicsgva.UUCP!hwang Nov 10 17:32:00 1987 I ran into the same problem as noted in the base note. I looked into to the ispell.el code and found that it used "-A" as an option passing to ispell which should be "-a" for the version of ispell that we have. So I change that and the message is gone. However, when running ispell-buffer, the process seems to run into some infinite loop after it corrects the first spelling error !. Now I use ispell with the interactive spell.el (By Bengt Martensson) for its option "(i)spell", to give me suggestions on the possible spellings. This part works out fine. Also ispell-word is working perfectly of its own.