Andy Rushton <[EMAIL PROTECTED]> writes: > Or is it possible to use aspell within emacs?
On XEmacs at least, this is all it takes: (eval-after-load "ispell" '(progn (setq ispell-program-name "aspell"))) I load those forms from my init file and aspell works just as ispell did before. All the (X)Emacs spelling-related commands remain the same. -- Steven E. Harris :: [EMAIL PROTECTED] Raytheon :: http://www.raytheon.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/