I just upgraded to Emacs 24 and can't find ispell. If I try to use ispell I get the error message:
Searching for program: no such file or directory, ispell
After a small amount of searching on the Unix & Linux SE, I found that I should put this code in my .emacs
file: (setq ispell-program-name "/path/to/ispell")
. But I can't figure out what ispell's path is. Can anybody tell me? I'm on Mac OS10.8 and GNU emacs 24.5.1.