Message from discussion
Flyspell error
Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!news.eternal-september.org!not-for-mail
From: Richard Riley <rileyrg...@gmail.com>
Newsgroups: gnu.emacs.help
Subject: Re: Flyspell error
Date: Sat, 01 Aug 2009 12:13:06 +0200
Organization: aich tea tea pea dicky riley dot net
Lines: 32
Message-ID: <h514td$vbb$1@rileyrgdev.eternal-september.org>
References: <cc0a0f5c0907311706h348a0ba2kd6c63d043c8f3f4b@mail.gmail.com>
<83tz0souue.fsf@gnu.org>
<cc0a0f5c0908010153i41e8e90erf978aea654c37c21@mail.gmail.com>
<mailman.3634.1249120899.2239.help-gnu-emacs@gnu.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: news.eternal-september.org U2FsdGVkX19kVZUoZg6zWOaTCEdUw8EonMejwbuBJf73D78w9p5WpL4htfbxNwx1AtDM3kWCQNnM8kVPPjpfFeefDXt9jOKE58w1OKgpF+o6NAZCtKJBN0VhBW1Zb+OfrSWTVUe/yHUXUJAWjkoi79cafrA0545d
X-Complaints-To: abuse@eternal-september.org
NNTP-Posting-Date: Sat, 1 Aug 2009 10:20:29 +0000 (UTC)
X-Auth-Sender: U2FsdGVkX19IgQ0cW//uQphk5yKqR2OV/dQLbaEvLYAdoh5Ve0OekA==
Cancel-Lock: sha1:7zrjX4kxF232xDhBqge94zzSwRc=
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)
Eli Zaretskii <e...@gnu.org> writes:
>> Date: Sat, 1 Aug 2009 18:53:01 +1000
>> From: sam jesse <rev...@gmail.com>
>> Cc: help-gnu-em...@gnu.org
>>
>> do I need to install both?
>
> No. aspell comes with a shell script called `ispell' to emulate Ispell.
>
>> I already installed aspell and the trace I am getting is:
>>
>> Debugger entered--Lisp error: (file-error "Searching for program" "no such
>> file or directory" "ispell")
>> call-process("ispell" nil t nil "-vv")
>
> Maybe the shell script is not compatible with Windows. Do you have an
> ispell.bat or ispell.cmd batch file as well? If not, perhaps create a
> batch file that does what the `ispell' shell script does, and you
> should be set.
>
> (I don't use aspell, so I cannot help you if the above doesn't resolve
> the problem.)
>
>
I didnt see the whole thread, but does he have:
(setq-default ispell-program-name "aspell")
`