From: Oliver Jones <ojones@wiwi.uni-bielefeld.de>
To: help-gnu-emacs@gnu.org
Subject: Can't open affix or dictionary flies
Date: Thu, 10 Jan 2013 17:29:37 +0100 [thread overview]
Message-ID: <9810_1357835377_ZZi1c6V0Guq3D.00_50EEEC71.2080309@wiwi.uni-bielefeld.de> (raw)
Hello everone,
this is my first eMail to the list.
I have trouble getting spellchecking to work with Emacs 24.2.1 and Hunspell 1.3.2 on Windows XP.
I have read the help about spelling in the built in manual and searched the internet where I
found advice to include these lines to my ~/.emacs.d/init.el file.
(setq ispell-dictionary-alist
'((nil ; default
"[a-zäöüßA-ZÄÖÜ]" "[^a-zäöüßA-ZÄÖÜ]" "[']" t
("-d" "C:\\Dokumente und Einstellungen\\ojones\\Eigene
Dateien\\dictionaries\\de_DE_frami" "-i" "utf-8") nil utf-8)
("english"
"[A-Za-z]" "[^A-Za-z]" "[']" nil
("-d" "en_GB") nil utf-8)
("german"
"[a-zäöüßA-ZÄÖÜ]" "[^a-zäöüßA-ZÄÖÜ]" "[']" t
("-d" "'C:\\Dokumente und Einstellungen\\ojones\\Eigene
Dateien\\dictionaries\\de_DE_frami'" "-i" "utf-8") nil utf-8)
("british"
"[A-Za-z]" "[^A-Za-z]" "[']" nil
("-d" "en_GB") nil utf-8)))
(eval-after-load "ispell"
(progn
(setq ispell-dictionary "german"
ispell-extra-args '("-a" "-i" "utf-8") ; aspell doesn't understand -i utf-8, hunspell
needs it
ispell-silently-savep t)))
(setq ispell-program-name "C:\\Dokumente und Einstellungen\\ojones\\Eigene
Dateien\\hunspell-mingw-1.3.2-win32\\bin\\hunspell.exe")
where I made changes regarding the path to the affix and dictionary files and the hunspell.exe.
I verified that hunspell works, by executing it on the command line.
When I type M-x ispell in emacs I get the following error message
Can't open affix or dictionary flies for dictionary named "german".
@(#) International Ispell Version 3.2.06 (but really Hunspell 1.3.2)
@(#) International Ispell Version 3.2.06 (but really Hunspell 1.3.2)
Any help is highly appreciated.
Kind Regards
Oliver
next reply other threads:[~2013-01-10 16:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-10 16:29 Oliver Jones [this message]
2013-01-10 17:47 ` Can't open affix or dictionary flies Peter Dyballa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9810_1357835377_ZZi1c6V0Guq3D.00_50EEEC71.2080309@wiwi.uni-bielefeld.de \
--to=ojones@wiwi.uni-bielefeld.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.