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

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

Re: Aspell and Emacs


From: Chris Swoyer
Subject: Re: Aspell and Emacs
Date: Wed, 28 Jan 2004 18:30:12 -0600

I'm not using fink (everything I have came via i-Installer + Emacs +
TexShop. It would
be nice to solve this with just these, but if fink is a good way to do so,
I'll give it
a shot.

Many thanks,
Chris


"Bruce Ingalls" <bingalls@fit-zones.NO-SPAM.com> wrote in message
news:DrXRb.276612$0P1.80114@twister.nyc.rr.com...
> Chris Swoyer 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
>   ...
> Are you using Fink? I added the following contribution recently to
> <url: http://emacro.sf.net/ > for Mac users.
>
> Hmm. I bet I can change the first line to simply
> (when (file-readable-p "/sw/bin")
> as well as drop the defun declaration...
>
>
;;__________________________________________________________________________
> ;;;; Fink Paths
> (when (and (file-readable-p "/sw/bin") (file-exists-p "/sw/sbin"))
>    (defvar shell-bin-path
>      '("/sw/bin" "/sw/sbin")
>      "The paths where fink binaries can be found")
>
>    (defun fix-shell-paths nil
>      (if (and (boundp 'exec-path) (listp exec-path))
> (setq exec-path (append shell-bin-path exec-path))
>        (setq exec-path shell-bin-path)))
>
>    (fix-shell-paths))




reply via email to

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