Tuesday, December 14, 2010

Finding Emacs - Spell Check in Windows

Default spell check in Emacs is Ispell.  Well, I had a look and took someone's advice and went with Aspell.  Here are the steps.




The init.el modifications are:


;; Aspell
(setq-default ispell-program-name "c:\\Program Files\\Aspell\\bin\\aspell.exe")


Now all the spell check menu items in Emacs work like a charm.

Do I REALLY need to tell you that you are responsible for your actions?


more later .......

No comments:

Post a Comment