From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: ispell problem Date: Sat, 24 Apr 2004 11:25:21 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2719-Sat24Apr2004112520+0300-eliz@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1082795427 29669 80.91.224.253 (24 Apr 2004 08:30:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Apr 2004 08:30:27 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 24 10:30:16 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BHIYC-0002B1-00 for ; Sat, 24 Apr 2004 10:30:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHIUl-0005fW-1i for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Apr 2004 04:26:43 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BHIUR-0005fH-Em for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 04:26:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BHITv-0005Z6-Gg for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 04:26:22 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BHITt-0005Yq-An for help-gnu-emacs@gnu.org; Sat, 24 Apr 2004 04:25:49 -0400 Original-Received: from zaretski ([80.230.152.239]) by aragorn.inter.net.il (MOS 3.4.5-GR) with ESMTP id CTE29695; Sat, 24 Apr 2004 11:25:29 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (cStapleton@no.junk) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17945 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17945 > From: "Charles Stapleton" > Newsgroups: gnu.emacs.help > Date: Fri, 23 Apr 2004 23:52:23 GMT > > I'm using Emacs 21.2.1 on Win 2000. I downloaded ISpEnFrGe.exe from > http://www.luziusschneider.com/Speller/English/. I installed it, and > pointed emacs to the ipell file using > > (setq ispell-program-name "D:\\emacs-21.2\\lisp\\textmodes\\ispell.exe") Hmm... not a very good place for a program. It's better to put it in some directory mentioned in your PATH. > When I try to spell check I get the message "Can't open > c:\usr\local\lib\english.hash". I could create this directory structure and > copy this hash file to it, but why is it not looking in the directory I > pointed it to? You pointed it at the ispell.exe program, but you didn't point it at the directory where it should find its dictionary. You should set the variable ispell-dictionary to the full path to the file ispell.hash as installed on your system. The default value of ispell-dictionary is nil, which means ispell.exe will use the path hard-wired into it at build time, which evidently is c:\usr\local\lib\english.hash.