Below are my only configuration script for ispell in emacs:
(global-set-key (kbd "
(global-set-key (kbd "
So i thought I am using ispell and noticed the following documenation for ispell:
Whenever ispell is started the file `.ispell_words' is read from your home directory (if it exists). This file contains a list of words, one per line. The order of the words is not important, but the case is. Ispell will consider all of the words good, and will use them as possible near misses.
Unfortunately, I didn't find such a file in my home directory. It turned out that I was using aspell in ispell mode. What the hell!
The private dictionary for aspell is located at
~/.aspell.en.pws
Finally solved the problem.