all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: sam jesse <revrvr@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Flyspell error
Date: Sat, 1 Aug 2009 18:53:01 +1000	[thread overview]
Message-ID: <cc0a0f5c0908010153i41e8e90erf978aea654c37c21@mail.gmail.com> (raw)
In-Reply-To: <83tz0souue.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1476 bytes --]

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("숁\a" [nil (ispell-check-version) ((error))] 3)
  (defvar ispell-library-directory (byte-code "숁\a" [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 <eliz@gnu.org> wrote:

> > Date: Sat, 1 Aug 2009 10:06:33 +1000
> > From: sam jesse <revrvr@gmail.com>
> >
> > 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.
>
>
>

[-- Attachment #2: Type: text/html, Size: 2042 bytes --]

  reply	other threads:[~2009-08-01  8:53 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01  0:06 Flyspell error sam jesse
2009-08-01  7:29 ` Eli Zaretskii
2009-08-01  8:53   ` sam jesse [this message]
2009-08-01 10:01     ` Eli Zaretskii
     [not found]     ` <mailman.3634.1249120899.2239.help-gnu-emacs@gnu.org>
2009-08-01 10:13       ` Richard Riley
     [not found]   ` <mailman.3635.1249129213.2239.help-gnu-emacs@gnu.org>
2009-08-01 21:58     ` Xah Lee
2009-08-02  7:10       ` sam jesse
     [not found]       ` <mailman.3687.1249222316.2239.help-gnu-emacs@gnu.org>
2009-08-02 20:02         ` Xah Lee
2009-08-02 20:28           ` Richard Riley
2009-08-03  0:08             ` Xah Lee
2009-08-03  0:10               ` Xah Lee
2009-08-03 20:51                 ` sam jesse
2009-08-03 20:54                   ` sam jesse
2009-08-03 22:21                   ` Xah Lee
2009-08-03 23:12                     ` sam jesse
     [not found]                   ` <mailman.3801.1249343719.2239.help-gnu-emacs@gnu.org>
2009-08-04  2:17                     ` Xah Lee
2009-08-04  4:44                       ` sam jesse
2009-08-04 17:34                         ` suvayu ali
2009-08-04 18:10                         ` Eli Zaretskii
     [not found]                         ` <mailman.3862.1249407393.2239.help-gnu-emacs@gnu.org>
2009-08-04 18:57                           ` Xah Lee
     [not found]                         ` <mailman.3868.1249409494.2239.help-gnu-emacs@gnu.org>
2009-08-04 19:02                           ` Xah Lee
2009-08-04 21:29                             ` sam jesse
2009-08-04 22:06                             ` setevn PATH vs exec-path [was Re: Flyspell error] Xah Lee
2009-08-05  5:52                               ` Lennart Borgman
     [not found]                               ` <mailman.3919.1249451575.2239.help-gnu-emacs@gnu.org>
2009-08-05 12:40                                 ` Xah Lee
2009-08-05 17:14                               ` Eli Zaretskii
2009-08-05 17:25                                 ` Drew Adams
     [not found]                               ` <mailman.3953.1249492495.2239.help-gnu-emacs@gnu.org>
2009-08-05 23:51                                 ` Xah Lee
2009-08-07  9:30                                   ` Eli Zaretskii
     [not found]                                   ` <mailman.4107.1249637430.2239.help-gnu-emacs@gnu.org>
2009-08-07 11:43                                     ` Xah Lee
     [not found]                             ` <mailman.3916.1249445924.2239.help-gnu-emacs@gnu.org>
2009-08-05  7:03                               ` Flyspell error Xah Lee
2009-08-05  7:07                               ` Anselm Helbig
2009-08-05 17:46                                 ` sam jesse
2009-08-06  7:48                                   ` sam jesse
2009-08-02 21:21           ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cc0a0f5c0908010153i41e8e90erf978aea654c37c21@mail.gmail.com \
    --to=revrvr@gmail.com \
    --cc=eliz@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.