help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Cannot open load file: ispell


From: Peter Dyballa
Subject: Re: Cannot open load file: ispell
Date: Mon, 28 Jan 2008 20:57:35 +0100


Am 28.01.2008 um 16:18 schrieb Michael D. Vose:

(autoload 'ispell-word "ispell" "Check the spelling of word in buffer." t)
(autoload 'ispell-region "ispell" "Check the spelling of region." t)
(autoload 'ispell-buffer "ispell" "Check the spelling of buffer." t)

Modern Emacsen should accept one line and do the right thing:

        (setq ispell-program-name "ispell")   ; or aspell

--
Greetings

  Pete

America believes in education: the average professor earns more money in a year than a professional athlete earns in a whole week.
                                – Evan Esar








reply via email to

[Prev in Thread] Current Thread [Next in Thread]