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

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

Re: ispell: The file "/usr/lib/aspell/german" can not be opened for read


From: Michael Heerdegen
Subject: Re: ispell: The file "/usr/lib/aspell/german" can not be opened for reading.
Date: Mon, 02 Dec 2013 20:34:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi Karl,

> ,----[ .emacs ]
> | ;; 
> http://stackoverflow.com/questions/15346723/emacs-and-ispell-error-loading-german8
> | (eval-after-load "ispell"
> |   '(add-to-list 'ispell-dictionary-alist
> |                 '("german8"
> |                    "[A-zA-ZäöüßÄÖÜ]" "[^a-zA-ZäöüßÄÖÜ]" "[']" t
> |                   ("-C" "-d" "de_DE-neu.multi")
> |                   "~latin1" iso-8859-1)))
> |
> |
> | (autoload 'flyspell-mode "flyspell" "On-the-fly ispell." t)
> | (setq flyspell-issue-welcome-flag nil)
> | (setq flyspell-default-dictionary "german8")
> `----

What are your values of `ispell-local-dictionary' and
`ispell-dictionary'?  If any of them is not nil, it takes precedence
over `flyspell-default-dictionary'.  I guess it's better to use one of
the ispell vars as file local variable.

Regards,

Michael.




reply via email to

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