[OS X Emacs] Put flyspell to work

Daniel Marcelino dmarcelino at live.com
Sun May 12 19:36:29 EDT 2013


Dear all,I've an issue with flyspell, the error message I receive is the following: 
Starting new Ispell process [/usr/local/bin/aspell::default] ...ispell-init-process: Error: No word lists can be found for the language "en_US".
I'm not using Aquamacs, which seems to provide this facility by default. Does anyone already solved something like this? 
In my emacs file, flyspell is supposedly fine. 
;; Spelling ---------------------------------------------(setq-default ispell-program-name "aspell") (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t) (dolist (hook '(text-mode-hook))       (add-hook hook (lambda () (flyspell-mode 1))))	   (add-hook 'tex-mode-hook (lambda ()  (flyspell-mode 1)))	    (add-hook 'LaTeX-mode-hook (lambda () (flyspell-mode 1)))      (dolist (hook '(change-log-mode-hook log-edit-mode-hook))       (add-hook hook (lambda () (flyspell-mode -1))))	    (add-hook 'c++-mode-hook (lambda () (flyspell-prog-mode)))
\begin{signature}Daniel Marcelino☁ dm.silva at umontreal.ca ☎ (514) 343 6111 #3799Skype: d.marcelino ✎ 3200 Jean Brillant,  Office C5071Montreal, QC; H3T 1N8Canada\end{signature}
"Small steps toward a much better world" 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20130512/ba24a205/attachment.html>


More information about the MacOSX-Emacs mailing list