From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Flyspell error Date: Sat, 01 Aug 2009 12:13:06 +0200 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <83tz0souue.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249123288 32649 80.91.229.12 (1 Aug 2009 10:41:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 10:41:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 12:41:21 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MXC1h-00070I-Gp for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 12:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:40304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXC1g-0002X2-GQ for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 06:41:20 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.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 Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-X-Trace: news.eternal-september.org U2FsdGVkX19kVZUoZg6zWOaTCEdUw8EonMejwbuBJf73D78w9p5WpL4htfbxNwx1AtDM3kWCQNnM8kVPPjpfFeefDXt9jOKE58w1OKgpF+o6NAZCtKJBN0VhBW1Zb+OfrSWTVUe/yHUXUJAWjkoi79cafrA0545d Original-X-Complaints-To: abuse@eternal-september.org Original-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) Original-Xref: news.stanford.edu gnu.emacs.help:171436 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66618 Archived-At: Eli Zaretskii writes: >> Date: Sat, 1 Aug 2009 18:53:01 +1000 >> From: sam jesse >> Cc: help-gnu-emacs@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") `