From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: ispell problem Date: Sat, 5 Oct 2002 21:40:26 +0000 (UTC) Organization: BT Openworld 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 1033854401 6338 127.0.0.1 (5 Oct 2002 21:46:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 5 Oct 2002 21:46:41 +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 17xwky-0001e6-00 for ; Sat, 05 Oct 2002 23:46:40 +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 17xwkU-00032f-00; Sat, 05 Oct 2002 17:46:10 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!skynet.be!skynet.be!kibo.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!nyaumo.btinternet.com!nobody Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: host213-1-193-50.in-addr.btopenworld.com Original-X-Trace: venus.btinternet.com 1033854026 9953 213.1.193.50 (5 Oct 2002 21:40:26 GMT) Original-X-Complaints-To: news-complaints@lists.btinternet.com Original-NNTP-Posting-Date: Sat, 5 Oct 2002 21:40:26 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:105757 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:2303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2303 notbob writes: > > 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 It is safer to use forward slashes. Otherwise you need to remember to escape those backslashes inside strings... "c:\\home\\site\\ispell".