Re: Aspell issue with latex files

Angelo Graziosi <[email protected]> Thu, 27 Apr 2017 23:40:40 +0200
Newsgroups gmane.emacs.windows
Message-ID <[email protected]>

Il 27/04/2017 19:45, Eli Zaretskii ha scritto:
>> From: Angelo Graziosi
>>
>> Try to flyspell a LaTeX file, I discovered that Aspell crashes and Emacs
>> (master, April 26, 7a4851e11b) becomes unresponsive (I have to use "task
>> manager", in the old terminology, to kill it).
> 
> It would be good to know where Emacs hangs.  If you attach a debugger
> to it and show a backtrace, it could help fix this issue (with Emacs
> becoming not responsive; the problem with aspell is not something we
> could solve).  If you can collect this info, please file a bug report
> with the data you collected.

I will, maybe in the week end..


>> 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

It works just fine after unpacking it in C:/LocalApps/Hunspell..

(setq ispell-program-name "C:/LocalApps/Hunspell/bin/hunspell")

> Googling for "hunspell italian dictionaries" finds these URLs:
> 
>    https://github.com/titoBouzout/Dictionaries

I copied them in C:/LocalApps/Hunspell/share/hunspell and renamed 
/Italian/it_IT/

All this has been sufficient to spell-check (in english and italian) the 
buffers!

Many Thanks!

  Angelo