[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")
- ispell/hunspell/Windows: a fully-worked example, djc, 2014/04/03
- Re: ispell/hunspell/Windows: a fully-worked example, djc, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, AW, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example,
Eli Zaretskii <=
- Re: ispell/hunspell/Windows: a fully-worked example, AW, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, Eli Zaretskii, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, AW, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, AW, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, Robert Thorpe, 2014/04/04
- Re: ispell/hunspell/Windows: a fully-worked example, Eli Zaretskii, 2014/04/05
- Re: ispell/hunspell/Windows: a fully-worked example, Robert Thorpe, 2014/04/05
- Message not available
- Re: ispell/hunspell/Windows: a fully-worked example, David Masterson, 2014/04/05
- Re: ispell/hunspell/Windows: a fully-worked example, Eli Zaretskii, 2014/04/05