From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: sam jesse Newsgroups: gmane.emacs.help Subject: Re: Flyspell error Date: Sat, 1 Aug 2009 18:53:01 +1000 Message-ID: References: <83tz0souue.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016367f985e05c719047010aad3 X-Trace: ger.gmane.org 1249129262 13176 80.91.229.12 (1 Aug 2009 12:21:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Aug 2009 12:21:02 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 01 14:20:55 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 1MXDZy-0004G0-3J for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 14:20:50 +0200 Original-Received: from localhost ([127.0.0.1]:44324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXDZx-00020Q-ED for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Aug 2009 08:20:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXAL0-00022c-61 for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 04:53:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXAKv-00022Q-Aq for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 04:53:09 -0400 Original-Received: from [199.232.76.173] (port=37108 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXAKv-00022N-5q for help-gnu-emacs@gnu.org; Sat, 01 Aug 2009 04:53:05 -0400 Original-Received: from mail-qy0-f183.google.com ([209.85.221.183]:42507) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXAKs-00057x-4D; Sat, 01 Aug 2009 04:53:02 -0400 Original-Received: by qyk13 with SMTP id 13so3209989qyk.14 for ; Sat, 01 Aug 2009 01:53:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=AvSyow/psKXDmJOHDGR2Mzv/fe48B3/9rJ6COzMUutA=; b=Ql4NOC33aiQwq6k7wCzApLjxK4MRkPz25cW/Tgm+nDJWBgL+CKScRmdhwpu76783PU gMQ1fnjgIIvkfZ+B7Ep92CnGJhAAGpM8PmTvvey2qqwlVPqgKOtEoQvualufTb517P+g BSAsFKUQNvLzMj1DviXH4Sp/WHluOyGgk87aA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=psHkYg+uBC63Pa9DKHdb9tczxp55k+Y+pAzRa+GQTEeU6asZsRvkuUHJZRFs0h1G8D IRARqavnQbkCA12aCA6Z6MNUh0VRh0q5uve7pRq6izp8oo7NFLGERsndpaYerqzbNj3I 6iIFDqXQXBRxT083IqjdjorHMyHXgbRGAPNaM= Original-Received: by 10.229.99.76 with SMTP id t12mr670110qcn.46.1249116781135; Sat, 01 Aug 2009 01:53:01 -0700 (PDT) In-Reply-To: <83tz0souue.fsf@gnu.org> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 01 Aug 2009 08:20:11 -0400 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:66620 Archived-At: --0016367f985e05c719047010aad3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable do I need to install both? 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") apply(call-process ("ispell" nil t nil "-vv")) ispell-call-process("ispell" nil t nil "-vv") ispell-check-version() byte-code("=EC=88=81=07" [nil (ispell-check-version) ((error))] 3) (defvar ispell-library-directory (byte-code "=EC=88=81=07" [nil ... ...] = 3) ("c:/Documents and Settings/emp1/My Documents/emacs-22.3/lisp/textmodes/ispell.elc" . 25279)) also I have in my .emacs (setq flyspell-mode t) (setq debug-on-error t) (setq debug-on-signal t) On Sat, Aug 1, 2009 at 5:29 PM, Eli Zaretskii wrote: > > Date: Sat, 1 Aug 2009 10:06:33 +1000 > > From: sam jesse > > > > when I try to enable it, I get > > Enabling Flyspell mode gave an error > > > > GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-07 on SOFT-MJASON > under > > Windows XP. > > > > how do I go about fixing this? > > Do you have ispell.exe or aspell.exe installed? If not, install them > first. > > If you already have them installed and they work from outside Emacs, > then set the variables debug-on-error and debug-on-signal to t and try > again. You should get a backtrace with more details about where the > error happened. If you cannot figure that out, post the backtrace > here. > > > --0016367f985e05c719047010aad3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable do I need to install both? I already installed aspell and the trace I am ge= tting is:

Debugger entered--Lisp error: (file-error "Searching = for program" "no such file or directory" "ispell")=
=C2=A0 call-process("ispell" nil t nil "-vv")
=C2=A0= apply(call-process ("ispell" nil t nil "-vv"))
=C2= =A0 ispell-call-process("ispell" nil t nil "-vv")
= =C2=A0 ispell-check-version()
=C2=A0 byte-code("=EC=88=81=07" [nil (ispell-check-version) ((err= or))] 3)
=C2=A0 (defvar ispell-library-directory (byte-code "=EC=88= =81=07" [nil ... ...] 3) ("c:/Documents and Settings/emp1/My Docu= ments/emacs-22.3/lisp/textmodes/ispell.elc" . 25279))


also I have in my .emacs
(setq flyspell-mode t)
(setq debug-= on-error t)
(setq debug-on-signal t)

O= n Sat, Aug 1, 2009 at 5:29 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> Date: Sat, 1= Aug 2009 10:06:33 +1000
> From: sam jesse <revrvr@gmail.c= om>
>
> when I try to enable it, I get
> Enabling Flyspell mode gave an error
>
> GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-07 on SOFT-MJASON = under
> Windows XP.
>
> how do I go about fixing this?

Do you have ispell.exe or aspell.exe installed? =C2=A0If not, i= nstall them
first.

If you already have them installed and they work from outside Emacs,
then set the variables debug-on-error and debug-on-signal to t and try
again. =C2=A0You should get a backtrace with more details about where the error happened. =C2=A0If you cannot figure that out, post the backtrace
here.



--0016367f985e05c719047010aad3--