all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jan Teichmann <jan.teichmann@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: flyspell: hunspell with emacs 22.3.1 on x86_64 (F11)
Date: Fri, 26 Jun 2009 13:28:48 +0200	[thread overview]
Message-ID: <1246015728.2604.9.camel@fedora> (raw)

[-- 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 --]

                 reply	other threads:[~2009-06-26 11:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1246015728.2604.9.camel@fedora \
    --to=jan.teichmann@googlemail.com \
    --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.