Path: utzoo!utgpu!watmath!uunet!bu-cs!bloom-beacon!apple!rutgers!deimos!eecea!terry From: terry@eecea.eece.ksu.edu (Terry Hull) Newsgroups: gnu.emacs.bug Subject: Re: problem with ispell Message-ID: <527@eecea.eece.ksu.edu> Date: 8 Jan 89 23:57:22 GMT References: <333@mpx2.UUCP> Reply-To: terry@eecea.ksu.edu (Terry Hull) Organization: Kansas State University, Manhattan Lines: 28 In article <333@mpx2.UUCP> erik@mpx2.UUCP (Erik Murrey) writes: > >[ it seems that my postings aren't making it out, so here goes again... ] This one did! > >I am having problems with "ispell", as picked up from osu-cis. It >seems that the emacs-lisp fron-end is *not* passing one word per line >to the ispell server process. Instead, it is passing *entire* lines >of text. > Yes, this is a problem with some versions of ispell. There are a couple of lines in ispell.el that should say: (defvar ispell-filter-hook-args '("-cs" "[A-Z][a-z]" "[\012*]") "Argument LIST to pass to ispell-filter-hook") I'm sorry, I do not have the original source for this line. It is really close but not quite right. Make this change and byte-compile ispell.el and everything should work. BTW: The error is in the hook-args. -- Terry Hull Department of Electrical and Computer Engineering Kansas State University INTERNET: terry@eecea.eece.ksu.edu Manhattan, KS 66502 UUCP: rutgers!ksuvax1!eecea!terry