tags:

views:

46

answers:

2

Does anyone have a working setup for hunspell and Emacs? Simply setting ispell-program-name to hunspell doesn't work, the output (when using flyspell, for example) looks like below:

-> UTF-8 encoding error. Missing continuation byte in 0. character position: - 9631: word not found

(my files are usually encoded in UTF-8)

I've seen a few different setups, but they've all failed in one way or another. If the encoding works like it should it usually has problems finding the right dictionary.

Anyone with a working solution? It would be nice to be able to switch between two dictionaries (the default should be the swedish dictionary, and the secondary english), but having anything running would be even better.

A: 

http://www.mail-archive.com/[email protected]/msg01709.html

Gijs
Tried it already. Did it again, hoping I'd missed something. [This is my setup](http://paste.lisp.org/display/115686), I can change the dictionary (`rw-ispell-change-dictionary`) and it seems to find my dictionaries, [but this is what I get when I try to use it](http://paste.lisp.org/display/115687) :-(
monotux