Re: Aspell issue with latex files
Angelo Graziosi <[email protected]> Fri, 12 May 2017 23:34:32 +0200
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
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