So I have a working setup for Emacs (v23.3.1) on Windows 7 using hunspell after following the instructions in the wiki.
http://www.emacswiki.org/emacs/InteractiveSpell
When I spell check a document (M-x ispell
), emacs gives me the options to insert a flagged word into the personal dictionary using either the keystroke 'i'
or 'u'
. At the end, it asks me if I want to save the modified personal dictionary and I choose yes.
Problem is the personal dictionary is not saved to disk, and the words highlighted earlier are again flagged again in a new session.
Tried the following things recommended elsewhere to no avail:
(setq ispell-personal-dictionary (expand-file-name "~/personal-dictionary.txt") )
Anybody have a solution or workaround for this? If you are able to save to the personal dictionary, kindly post the relevant bits from your .emacs