From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: ispell problem Date: Fri, 04 Oct 2002 21:47:06 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033768360 29237 127.0.0.1 (4 Oct 2002 21:52:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 21:52:40 +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 17xaNA-0007b9-00 for ; Fri, 04 Oct 2002 23:52:37 +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 17xaNN-00005H-00; Fri, 04 Oct 2002 17:52:49 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!feed2.news.rcn.net!rcn!wn11feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 12.228.27.239 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc01 1033768026 12.228.27.239 (Fri, 04 Oct 2002 21:47:06 GMT) Original-NNTP-Posting-Date: Fri, 04 Oct 2002 21:47:06 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:105728 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:2274 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2274 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") -- Mike Slass