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

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

Re: [h-e-w] Aspell issue with latex files


From: Angelo Graziosi
Subject: Re: [h-e-w] Aspell issue with latex files
Date: Fri, 12 May 2017 23:34:32 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0

Il 27/04/2017 19:45, Eli Zaretskii ha scritto:
From: Angelo Graziosi

Any idea about how to get hunspell working (at least with english)?

Try using Hunspell from here:

   https://sourceforge.net/projects/ezwinports/files/?source=navbar

As I wrote (*), your Hunspell works with my Windows (MSYS2/MINGW64) builds of Emacs master.

Now, MSYS2 ha the package:

$ pacman -Ss emacs
[...]
msys/emacs 25.1-1 (editors) [installato]
[...]

which is NOT _Windows_ native and runs only in the terminal (MinTTY). I have tried to use your Hunspell in the same way adding

(setq ispell-program-name "C:/LocalApps/ezwinports/bin/hunspell.exe")

but it fail. After 'M-x flyspell-mode' it says:

Error enabling Flyspell mode:
(ispell-phaf: No matching entry for C:\LocalApps\ezwinports\bin\..\share\hunspell\it_IT in ‘ispell-hunspell-dict-paths-alist’.

Notice, I had installed the italian dictionary in C:\LocalApps\ezwinports\share\hunspell where lives your en_GB dictionaries

Also 'M-x ispell-change-dictionary RET en_GB RET' fails (No match)

Maybe this is caused by the fact that your Hunspell is Windows native while that package is MSYS2 native (Posix)?

Thanks,
 Angelo.


-----
(*) http://lists.gnu.org/archive/html/help-emacs-windows/2017-04/msg00019.html



reply via email to

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