Xref: utzoo comp.emacs:9038 gnu.emacs:3805 comp.unix.sysv386:231 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sol.ctr.columbia.edu!emory!mephisto!rutgers!cunixf.cc.columbia.edu!lamont!fritzz From: fritzz@lamont.ldgo.columbia.edu (fritz zaucker) Newsgroups: comp.emacs,gnu.emacs,comp.unix.sysv386 Subject: ISPELL still not working in GNU Emacs Keywords: ISPELL, GNU Emacs Message-ID: <2741@lamont.ldgo.columbia.edu> Date: 7 Sep 90 17:47:08 GMT Organization: Lamont-Doherty Geological Observatory N.Y. Lines: 21 Thanks everybody, who already answered. I got patch2 for ISPELL and my current version (2.0.02) still doesn't work. But I isolated the problem: Emacs hangs around in the following part of ispell-word: (while (progn ;; wait until we have a complete line (goto-char (point-max)) (/= (preceding-char) ?\n)) (accept-process-output ispell-process)) I don't speak lisp, but sounds to me, as if it doesn't find a newline? If I run ispell from outside Emacs, then there is a newline after it's output (I piped it to a file and looked at it). What's wrong???? Thanks Fritz