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

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

Re: Ispell doesn't show all dictionaries


From: Maikol
Subject: Re: Ispell doesn't show all dictionaries
Date: Wed, 26 Jun 2013 13:52:51 +0200

I
f
ound it in /usr/share/emacs/site-lisp/site-start.el. It seems that the
problem is in these lines,

;;
> ;; Preload dynamic (i)Spell menu
> ;; -----------------------------
> (if (not (load "/usr/lib/ispell/ispell-emacs-menu.el" t t))
>   (let ((aspells (file-expand-wildcards "/usr/lib/aspell*")))
>     (dolist (aspell aspells)
>       (if (and (stringp aspell)
>                (file-exists-p aspell))
>         (load "ispell" nil t)))))
>

What do you think?

B
est regards.


reply via email to

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