<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 13, 2013 at 8:44 AM, Daniel Marcelino <span dir="ltr"><<a href="mailto:dmarcelino@live.com" target="_blank">dmarcelino@live.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div><div dir="ltr"><font face="Verdana" size="3" style="font-size:12pt">Hi, I did install aspell and few dictionaires. Any advice?</font><div><div><br></div></div></div></div></blockquote><div><br></div><div style>Two things:</div>
<div style>1) Check at the command line that aspell sees the installed dictionaries:  run "aspell dicts" to get a list of available dictionaries</div><div style><br></div><div style>2) It appears that Emacs is attempting to use a "default" dictionary, and your .emacs settings don't specify a specific dictionary.  You might try setting a dictionary explicity:</div>
<div style><div>  (setq ispell-dictionary "german")</div><div><br></div><div style>Or for buffer-local settings:</div><div><br></div><div>  -*- ispell-dictionary: "english" -*-a</div><div><br></div><div style>
--Nathaniel</div></div></div></div></div>