all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* flyspell: hunspell with emacs 22.3.1 on x86_64 (F11)
@ 2009-06-26 11:28 Jan Teichmann
  0 siblings, 0 replies; only message in thread
From: Jan Teichmann @ 2009-06-26 11:28 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 1288 bytes --]

hello,

I really hope someone could help me with my emacs configuration. I have
Fedora 11 and the emacs 22.3.1 on a x86_64 system. I want to use
hunspell at the flyspell mode.

I tried the manual on
http://www.emacswiki.org/emacs/InteractiveSpell#toc6
and installed rw-hunspell, rw-ispell and rw-language-and-country-codes
with the given configuration:
;; Use hunspell instead of ispell
(setq ispell-program-name "hunspell") 
(require 'rw-language-and-country-codes)
(require 'rw-ispell)
(require 'rw-hunspell)
(setq ispell-dictionary "de_DE")
;; The following is set via custom
(custom-set-variables
 '(rw-hunspell-default-dictionary "de_DE")
 '(rw-hunspell-dicpath-list (quote ("/usr/share/myspell")))
 '(rw-hunspell-make-dictionary-menu t)
 '(rw-hunspell-use-rw-ispell t)
)

but it doesn't work. The messages buffer tells: starting new Ispell process [de_DE]...
but there is no marked wrong spelled word in the buffers. the flyspell mode is enabled.

If I try Tools -> Spell Checking -> Set up Hunspell than I get:
if: Hunspell is not supported on GNU Emacs 22.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 2.16.1)
 of 2009-06-11 on xenbuilder4.fedora.phx.redhat.com

So could someone help me with setting up the flyspell checking on my F11?

Thank you!

[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2325 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-26 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 11:28 flyspell: hunspell with emacs 22.3.1 on x86_64 (F11) Jan Teichmann

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.