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: Rupert Swarbrick
Subject: Re: Cannot open load file: ispell
Date: Fri, 25 Jan 2008 19:37:28 -0600
User-agent: Pan/0.132 (Waxed in Black)

On Fri, 25 Jan 2008 15:52:23 -0800, Ulrich Scholz wrote:

> Nope, does not work:
> 
> scholz@binge:~/Forschung/Arbeiten/2008/Invarianten$ type ispell ispell
> is /usr/bin/ispell
> 
> Added (setq load-path (append (list "/usr/bin") load-path)) to
> .gnu-emacs-custom
> (and this is evaluated in deed)
> 
> The error remains
> 
> Ulrich

Hi,

Emacs actually needs an elisp file called ispell.el. On my debian
system it's
at /usr/share/emacs22/site-lisp/dictionaries-common/ispell.el.

ispell.el does the interfacing with /usr/bin/ispell and /usr/bin
doesn't need to be on your load path.

Maybe try a locate command to find the lisp file? The reason emacs 
doesn't say "Can't find ispell.el" is that it's able to load
precompiled elisp too, so it might equally be looking for ispell.elc :
"can't load ispell.el" would be misleading in that case.

Rupert


reply via email to

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