[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: emacs & spell checking broke



On Sat, Aug 16, 2003 at 11:31:48AM -0700, Rodney D. Myers wrote:
> A quick question concerning emacs & spell checking.
> 
> I have emacs20/emacs21 installed, and aspell, aspell-bin, aspell-en, to
> work with sylpheed.
> 
> Since aspell, evidently supersedes ispell, now emacs does not spell
> check, complaining about not finding ispell.
> 
> What are my options to getting emacs to spell check again?

I have this in my ~/.emacs and can spell-check with aspell just fine:

;; Use aspell
(setq-default ispell-program-name "aspell")
;;Setup some dictionary languages
(setq ispell-dictionary "british")
(setq flyspell-default-dictionary "british")

-- 
Rob Weir <rweir@ertius.org> | mlspam@ertius.org  |  Do I look like I want a CC?
Words of the day:             CISU Aladdin North Korea Mena IDEA LABLINK Cheney

Attachment: pgpsdKNT3icI3.pgp
Description: PGP signature


Reply to: