Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!tut.cis.ohio-state.edu!husc6!bbn!bbn.com!aboulang From: aboulang@bbn.com (Albert Boulanger) Newsgroups: comp.emacs Subject: Re: Ispell problem Message-ID: <24601@bbn.COM> Date: 16 May 88 17:07:06 GMT References: Sender: news@bbn.COM Reply-To: aboulanger@bbn.com Lines: 35 In-reply-to: lazlor@ucscb.UCSC.EDU.ucsc.EDU's message of 14 May 88 08:49:23 GMT When I try an ispell-??????? command it says 'starting new ispell process', then Warning - ispell process died Process ispell is not running That is a bug in the init proces code for ispell, my working version of that function is: (defun ispell-init-process () "Check status of 'ispell' process and start if necessary." (if (and ispell-process (eq (process-status ispell-process) 'run)) (save-excursion (set-buffer ispell-out-name) (erase-buffer)) (message "Starting new ispell process...") (and (get-buffer ispell-out-name) (kill-buffer ispell-out-name)) (and ispell-process (process-kill-without-query ispell-process)) (setq ispell-process (apply 'start-process "ispell" ispell-out-name ispell-program-name (if ispell-dictionary (list "-p" ispell-dictionary "-A") (list "-A")))) (sit-for 3))) Albert Boulanger BBN Labs, aboulanger@bbn.com Albert Boulanger BBN Labs Inc. ABoulanger@bbn.com (arpa) Phone: (617)873-3891