<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font face="Verdana" size="3" style="font-size:12pt;">Dear all,</font><div><font face="Verdana" size="3" style="font-size:12pt;">I've an issue with flyspell, the error message I receive is the following: </font></div><div><font face="Verdana" size="3" style="font-size:12pt;"><br></font></div><div><font face="Verdana"><div style="font-size: 12pt;">Starting new Ispell process [/usr/local/bin/aspell::default] ...</div><div style="font-size: 12pt;">ispell-init-process: Error: No word lists can be found for the language "en_US".</div><div><br></div><div>I'm not using Aquamacs, which seems to provide this facility by default. Does anyone already solved something like this?</div><div> </div><div><br></div><div><div>In my emacs file, flyspell is supposedly fine. </div></div></font></div><div><br></div><div><div>;; Spelling ---------------------------------------------</div><div>(setq-default ispell-program-name "aspell")</div><div> (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)</div><div> (dolist (hook '(text-mode-hook))</div><div>       (add-hook hook (lambda () (flyspell-mode 1))))</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>   (add-hook 'tex-mode-hook (lambda ()  (flyspell-mode 1)))</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>    (add-hook 'LaTeX-mode-hook (lambda () (flyspell-mode 1))) </div><div>     (dolist (hook '(change-log-mode-hook log-edit-mode-hook))</div><div>       (add-hook hook (lambda () (flyspell-mode -1))))<span class="Apple-tab-span" style="white-space:pre">  </span>   </div><div> (add-hook 'c++-mode-hook (lambda () (flyspell-prog-mode)))</div><br><div><font class="ecxApple-style-span" face="Verdana"><span style="font-family:arial;font-size:10pt;">\begin{signature}</span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">Daniel Marcelino</span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">☁ </span><a href="mailto:dm.silva@umontreal.ca" target="_blank" style="font-family:arial;font-size:small;">dm.silva@umontreal.ca</a><span style="font-family:arial;font-size:10pt;"> </span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">☎ (514) 343 6111 #3799</span></font></div><div><font class="ecxApple-style-span" face="Verdana"><span style="font-family:arial;font-size:13px;">Skype: d.marcelino </span></font></div><div><font class="ecxApple-style-span" face="Verdana"><span style="font-family:arial;font-size:10pt;">✎ 3200 Jean Brillant,  Office C5071</span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">Montreal, QC; H3T 1N8</span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">Canada</span><br style="font-family:arial;font-size:small;"><span style="font-family:arial;font-size:10pt;">\end{signature}</span></font></div><div><font class="ecxApple-style-span" face="Verdana"><span style="font-family:arial;font-size:13px;"><br></span></font></div><div><font class="ecxApple-style-span" face="Verdana"><span style="font-family:arial;font-size:13px;">"Small steps toward a much better world"</span></font></div></div>                                         </div></body>
</html>