all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell: The file "/usr/lib/aspell/german" can not be opened for reading.
@ 2013-12-01 10:48 Karl Voit
  2013-12-01 13:18 ` Peter Dyballa
  2013-12-02 19:34 ` Michael Heerdegen
  0 siblings, 2 replies; 9+ messages in thread
From: Karl Voit @ 2013-12-01 10:48 UTC (permalink / raw)
  To: help-gnu-emacs

Hi!

When I open a file which starts flyspell, I get this:

,----[ *Messages* ]
| Starting new Ispell process [aspell::german8] ...
| Error enabling Flyspell mode:
| (Error: The file "/usr/lib/aspell/german" can not be opened for reading.)
`----

My spelling-related config is:

,----[ .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")
`----

Yes, there is no "/usr/lib/aspell/german". However, I was wondering,
why Emacs is looking for .../aspell/german and not
.../aspell/german8?

How can I fix this issue?

Thank you!


My system:
- Debian GNU/Linux stable (Wheezy)
- GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10) of
  2012-09-08 on trouble, modified by Debian

-- 
All in all, one of the most disturbing things today is the definitive
fact that the NSA, GCHQ, and many more government organizations are
massively terrorizing the freedom of us and the next generations.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-02 19:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 10:48 ispell: The file "/usr/lib/aspell/german" can not be opened for reading Karl Voit
2013-12-01 13:18 ` Peter Dyballa
2013-12-02 16:11   ` Karl Voit
2013-12-02 16:23     ` Peter Dyballa
2013-12-02 16:27       ` Jambunathan K
2013-12-02 16:44       ` Karl Voit
2013-12-02 17:04         ` Peter Dyballa
2013-12-02 18:15           ` Karl Voit
2013-12-02 19:34 ` Michael Heerdegen

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.