[OS X Emacs] Put flyspell to work

Nathaniel Cunningham nathaniel.cunningham at gmail.com
Mon May 13 11:19:21 EDT 2013


On Mon, May 13, 2013 at 8:44 AM, Daniel Marcelino <dmarcelino at live.com>wrote:

> Hi, I did install aspell and few dictionaires. Any advice?
>
>
Two things:
1) Check at the command line that aspell sees the installed dictionaries:
 run "aspell dicts" to get a list of available dictionaries

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:
  (setq ispell-dictionary "german")

Or for buffer-local settings:

  -*- ispell-dictionary: "english" -*-a

--Nathaniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20130513/26d56330/attachment.html>


More information about the MacOSX-Emacs mailing list