From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: notbob Newsgroups: gmane.emacs.help Subject: Re: ispell problem Date: Sat, 05 Oct 2002 13:27:07 GMT Organization: ...little, if any Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033824730 8160 127.0.0.1 (5 Oct 2002 13:32:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2002 13:32:10 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xp2O-00027R-00 for ; Sat, 05 Oct 2002 15:32:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xp29-0001NR-00; Sat, 05 Oct 2002 09:31:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newspeer.monmouth.com!prodigy.com!wn4feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.7.4 (Linux) Original-Lines: 18 Original-NNTP-Posting-Host: 12.232.81.158 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc01 1033824427 12.232.81.158 (Sat, 05 Oct 2002 13:27:07 GMT) Original-NNTP-Posting-Date: Sat, 05 Oct 2002 13:27:07 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:105745 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2291 In article , Michael Slass wrote: > quasi writes: > >>Friends, >> I have emacs 21.2.1 running on windows98SE. I am just >>starting to use Emacs (due to Lisp programming). When I try to >>spell-check I get "no such file or directory, ispell". I have >>downloaded ispell and put it in the "/home/site/ispell/" directory. >> > > On Windows, I'm betting the path to ispell starts with a drive letter > followed by a colon. In any event, ispell needs to be in your exec-path > > (add-to-list 'exec-path "c:/home/site/ispell") Uhmmm... don't forget those are backslashes... c:\home\site\ispell nb