all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Hofert <marius.hofert@math.ethz.ch>
To: <mario@lassnig.net>
Cc: Emacs help <help-gnu-emacs@gnu.org>
Subject: Re: ispell/aspell on Mac 10.7: "Searching for program: No such file or directory, aspell"
Date: Mon, 24 Oct 2011 18:03:12 +0200	[thread overview]
Message-ID: <21CF8EEC-7469-4A94-8347-B6D70A390FBE@math.ethz.ch> (raw)
In-Reply-To: <4EA585F2.7020806@lassnig.net>

Dear Mario,

thanks a lot for your help. 
I also thought that steps 5) to 7) are not necessary, but without manually setting up flyspell.el, I obtained:
Starting new Ispell process [default] ...
Enabling Flyspell mode gave an error

Okay, I removed the flyspell folder (containing flyspell.el) and put in the following in .emacs (as you suggested):
(setq-default ispell-program-name "/usr/local/bin/aspell")
(setq-default ispell-list-command "list")
Without the first command, I get the message "Enabling Flyspell mode gave an error", so even if aspell belongs to PATH it is not found. Hmm...

I also put in the following in .emacs:
(add-hook 'text-mode-hook 'flyspell-mode); enable flyspell mode for text-mode
(mapcar (lambda (mode-hook) (add-hook mode-hook 'flyspell-prog-mode))
         '(c-mode-common-hook R-mode-hook emacs-lisp-mode-hook)) 
The second/third lines are to use flyspell-prog-mode for .c and .R files (and emacs-lisp). However, this does not seem to have an impact when I opened a .c file and put in wrong character sequences in the comments... How does this work?

Cheers,

Marius


On 2011-10-24, at 17:36 , Mario Lassnig wrote:

> On 11-10-24 17:27 , Marius Hofert wrote:
> > Hi,
> 
> Gruezi,
> 
> >
> > I'm working with Emacs 23.3 on Mac OS X 10.7.2. I would like to use aspell for spell
> > checking, but I get an error. Here is what I tried so far and the corresponding results:
> >
> > 1) downloaded and installed aspell-0.60.6.1.tar.gz
> > 2) copied ./scripts/ispell and ./scripts/spell to /usr/local/bin [recommended in README]
> > 3) downloaded and installed aspell6-en-7.1-0.tar.bz2 [English dictionary]
> > 4) tested aspell in the terminal =>  works
> 
> Ok until now...
> 
> > 5) downloaded http://www-sop.inria.fr/members/Manuel.Serrano/flyspell/flyspell.html
> > 6) put it in ~/.emacs.d/flyspell under the name "flyspell.el"
> > 7) put in ~/.emacs:
> > (add-to-list 'load-path "~/.emacs.d/flyspell")
> > (autoload 'flyspell-mode "flyspell" "On-the-fly spelling checker." t)
> > (autoload 'flyspell-delay-command "flyspell" "Delay on command." t)
> > (autoload 'tex-mode-flyspell-verify "flyspell" "" t)
> 
> ... in principle not necessary, as e23.3 comes with flyspell prepackaged ...
> 
> > (setq-default ispell-program-name "aspell")
> 
> ... the trick comes here:
> 
> (setq-default ispell-program-name "/usr/local/bin/aspell")
> (setq-default ispell-list-command "list")
> 
> Ciao,
> Mario
> 
> >
> > If I open a .tex file and use M-x flyspell-mode, I obtain: "Searching for program: No such
> > file or directory, aspell".
> > Without the last line in 7), I obtain "Searching for program: No such file or directory, ispell".
> > Both ispell and aspell are working in the terminal, why not in emacs?
> >
> > The buffer *Messages* says:
> > ...
> > Applying style hooks... done
> > Loading /Users/mhofert/.emacs.d/flyspell/flyspell.el (source)...done
> > Local Ispell dictionary set to nil
> > Starting new Ispell process [default] ...
> > apply: Searching for program: No such file or directory, aspell
> >
> >
> > Cheers,
> >
> > Marius
> 




       reply	other threads:[~2011-10-24 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.955.1319470038.15868.help-gnu-emacs@gnu.org>
     [not found] ` <4EA585F2.7020806@lassnig.net>
2011-10-24 16:03   ` Marius Hofert [this message]
     [not found]     ` <4EA5AB70.5030902@cern.ch>
2011-10-24 20:30       ` ispell/aspell on Mac 10.7: "Searching for program: No such file or directory, aspell" Marius Hofert
2011-10-24 15:27 Marius Hofert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21CF8EEC-7469-4A94-8347-B6D70A390FBE@math.ethz.ch \
    --to=marius.hofert@math.ethz.ch \
    --cc=help-gnu-emacs@gnu.org \
    --cc=mario@lassnig.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.