Re: Aspell issue with latex files
Eli Zaretskii <[email protected]> Sat, 13 May 2017 11:23:47 +0300
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
> Cc: [email protected] > From: Angelo Graziosi <[email protected]> > Date: Sat, 13 May 2017 10:00:19 +0200 > > > And I presume the Italian dictionary files are named it_IT.* in your > > installation? > > Indeed... it_IT.aff, it_IT.dic > > > To see what exactly goes wrong, step with a Lisp debugger through > > How is it called? In any case, maybe it si not job for me.. Maybe turning on Ispell debugging will be easier and will give us a clue. Here's the recipe: . emacs -Q . M-: (setq ispell-program-name "hunspell") . M-x ispell-buffer-with-debug RET Then look at the contents of the buffer named "*ispell-debug*". (The second item in the recipe assumes that hunspell.exe is found along your Path; if not, use the fill absolute file name of hunspell.exe there.)