Xref: utzoo comp.unix.sysv386:363 gnu.emacs:3857 Path: utzoo!attcan!uunet!wuarchive!cs.utexas.edu!rutgers!cunixf.cc.columbia.edu!lamont!fritzz From: fritzz@lamont.ldgo.columbia.edu (fritz zaucker) Newsgroups: comp.unix.sysv386,gnu.emacs Subject: Problem with ispell in GNU Emacs Keywords: Emacs, ispell Message-ID: <2752@lamont.ldgo.columbia.edu> Date: 14 Sep 90 14:06:42 GMT Organization: Lamont-Doherty Geological Observatory N.Y. Lines: 22 I just installed ispell on a Sun Sparc station and it works fine from within Emacs. When I run the same version of ispell from within Emacs on my 386 under Interactive Unix (ver. 2.0.2), a SysV3.2, the ispell process never returns to Emacs, except I kill it from another window. It therefore think I have a problem with my Emacs. The problem occurs in the following part of ispell-word: (while (progn ;; Wait until we have a complete line (goto-char (point-max)) (/= (preceding-char) ?\n) ;;; HERE ) If I place a call to the debugger (debug) at HERE, the debugger get's called. Pressing c for continue in the backtrace window continues execution and everything is fine!!! Could anybody give me a glue what the problem could be? I don't see any difference. Thanks Fritz