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

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

Re: Aspell and Emacs


From: Martin Stemplinger
Subject: Re: Aspell and Emacs
Date: Wed, 28 Jan 2004 22:50:36 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

On Mit Jan 28 2004 at 04:06, "Chris Swoyer" <fswoyer@cox.net> wrote:

> I just downloaded and installed cocoAspell 1.4.1. I am using
> enhanced carbon emacs (under Mac's OS 10.3.2).
>
> 1. what do I need to insert in my .emacs file so Emacs will use
>     Aspell (when I installed things I moved a file called
>     Spelling.prefPane to the  "PreferencePanes" subfolder of
>     /Library -- but it didn't yield a file named Aspell or the
>     like.
I don't use Mac, but the following lines in my .emacs work well both
on Windows and on Linux:
;;; Spelling
(setq ispell-program-name "aspell")
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling." t)
(require 'ispell)
 
HTH
Martin
-- 
Remove NOSPAM to reply by mail


reply via email to

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