help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ispell/hunspell/Windows: a fully-worked example


From: Eli Zaretskii
Subject: Re: ispell/hunspell/Windows: a fully-worked example
Date: Fri, 04 Apr 2014 13:42:20 +0300

> From: AW <alexander.willand@t-online.de>
> Date: Fri, 04 Apr 2014 12:29:12 +0200
> 
> When I start flyspell (M-x flyspell-mode), Emacs sends the message: 
> »Starting new Ispell process [C:/Program files (x86)/GNU Emacs 
> 24.1/aspell/bin/aspell.exe::default] ...«

You have aspell (a different speller) installed at that directory, and
Emacs finds it before it find hunspell, probably beacuse of the order
of directories in your Path.

To work around this, either uninstall aspell, or put this in your
~/.emacs:

  (setq ispell-program-name "x:/path/to/hunspell.exe")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]