From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter Lee Newsgroups: gmane.emacs.help Subject: ispell path problem Date: Wed, 04 Dec 2002 17:49:30 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1039024293 10300 80.91.224.249 (4 Dec 2002 17:51:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 4 Dec 2002 17:51:33 +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 18JdgE-0002fP-00 for ; Wed, 04 Dec 2002 18:51:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Jdfv-0008BT-00; Wed, 04 Dec 2002 12:51:07 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!newsfeed.us.prserv.net!prserv.net!cyclone.swbell.net!newsfeed1.easynews.com!easynews.com!easynews!c02.atl3!rip!news.webusenet.com!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr12.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 Original-NNTP-Posting-Host: 216.62.199.3 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr12.news.prodigy.com 1039024170 ST000 216.62.199.3 (Wed, 04 Dec 2002 12:49:30 EST) Original-NNTP-Posting-Date: Wed, 04 Dec 2002 12:49:30 EST X-UserInfo1: SCSYASFGPBSYRIXXKJJD]_HBWB]^PCPDLXUNNHLIWIWTEPIB_NVUAH_[BL[\IRKIANGGJBFNJF_DOLSCENSY^U@FRFUEXR@KFXYDBPWBCDQJA@X_DCBHXR[C@\EOKCJLED_SZ@RMWYXYWE_P@\\GOIW^@SYFFSWHFIXMADO@^[ADPRPETLBJ]RDGENSKQQZN Original-Xref: shelby.stanford.edu gnu.emacs.help:107730 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:4280 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4280 I downloaded ispell for win32 by Piet Tutelaers. I'm running emacs 21.2.1 and whenever I highlight a region and do "M-x ispell" I get the following message: ispell-init-process: Can't open c:/ispell/lib/english.has Warning: No DPMI-server FPU support My ispell directory is d:/ispell. d:/ispell/bin is in my path. I also created the has file in d:/ispell/lib and confirmed it is there. I just can't figure out where to set the library path. There is ispell-library-path but it does not appear to be customizable and is indeed set to c:/ispell/lib. If I do (setq ispell-library-path "d:/ispell/lib") it succeeds, but whenever I run ispell i get the same error. I pretty confused. Any help would be appreciated. Oh, I'm using ispell.el version 3.2 by Ken Stevens. Thanks.