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

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

Re: Error while loading 50dictionaries-common


From: Thierry Volpiatto
Subject: Re: Error while loading 50dictionaries-common
Date: Fri, 15 Feb 2008 19:43:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Ulrich Scholz <d5@thispla.net> writes:

> I solved the problem by putting
>
> (setq load-path (append (list "/usr/share/emacs/site-lisp/dictionaries-
> common") load-path))
>
> into my .emacs
>
> This directory contains ispell.el.  The hell knows why this is
> necessary.
>
> Thanks,
>
> Ulrich
>
You can also write:
(add-to-list 'load-path
             "/usr/share/emacs/site-lisp/dictionaries-common" t)

-- 
A + Thierry
Pub key: http://pgp.mit.edu




reply via email to

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