all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Utcke <utcke+news@informatik.uni-hamburg.de>
Subject: Re: ispell/flyspell and german umlauts
Date: 14 Aug 2003 16:18:30 +0200	[thread overview]
Message-ID: <vd0y8xwwceh.fsf@kogs31.informatik.uni-hamburg.de> (raw)
In-Reply-To: slrnbii9ca.5on.devnull@lisa.homeunix.net

Karl Voit <devnull@Karl-Voit.at> writes:

> Hi!
> 
> I am using emacs 21.3.2 and flyspell. I managed to configure it to
> german as standard dictionary. But when I am using emacs to write
> usegroup postings, I prefer tying 'ae' instead of umlaut-'a' and so
> on. Unfortunately, my postings are messed up with flyspell-formatting
> for unknown words because of the ispell-dictionary that only got words
> with 'real' umlauts.
> 
> Is there a way to overcome this problem?

Sure, no problem --- my .emacs e.g. containes:

(setq ispell-dictionary-alist		; sk  9-Aug-1991 18:28
      '((nil				; default (english.aff)
	 "[A-Za-z]" "[^A-Za-z]" "[---']" nil ("-B" "-S") nil)
[...]
	("deutsch-tex"			; deutsch.aff
	 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C" "-S" "-d" "deutsch") "~tex")
	("deutsch-ascii"		; deutsch.aff
	 "[a-zA-Z]" "[^a-zA-Z]" "[']" t ("-C" "-S" "-d" "deutsch") "~ascii")
	("deutsch8"
	 "[a-zA-ZÄÖÜäößü]" "[^a-zA-ZÄÖÜäößü]" "[']" t ("-C" "-S" "-d" "deutsch") "~latin1" iso-latin-1)
	("neu-deutsch-tex"			; deutsch.aff
	 "[a-zA-Z\"]" "[^a-zA-Z\"]" "[']" t ("-C" "-S" "-d" "ndeutsch") "~tex")
	("neu-deutsch-ascii"		; deutsch.aff
	 "[a-zA-Z]" "[^a-zA-Z]" "[']" t ("-C" "-S" "-d" "ndeutsch") "~ascii")
	("neu-deutsch8"
	 "[a-zA-ZÄÖÜäößü]" "[^a-zA-ZÄÖÜäößü]" "[']" t ("-C" "-S" "-d" "ndeutsch") "~latin1" iso-latin-1)
[...]

So you simply tell i/fly-spell to use neu-deutsch-ascii (oh, btw,
ndeutsch is a link to german.aff/hash :-)

Sven
-- 
 _  __                     The Cognitive Systems Group
| |/ /___  __ _ ___                                       University of Hamburg
| ' </ _ \/ _` (_-<  phone:    +49 (0)40 42883-2576      Vogt-Koelln-Strasse 30
|_|\_\___/\__, /__/  fax  :    +49 (0)40 42883-2572             D-22527 Hamburg
          |___/ http://kogs-www.informatik.uni-hamburg.de/~utcke/home.html

      parent reply	other threads:[~2003-08-14 14:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-31 14:19 ispell/flyspell and german umlauts Karl Voit
2003-08-01 11:31 ` Oliver Scholz
2003-08-01 11:47   ` Oliver Scholz
2003-08-05 23:41   ` Karl Voit
2003-08-06  0:04     ` Jesper Harder
2003-08-06  2:46       ` Gernot Hassenpflug
2003-08-06  9:14         ` Reiner Steib
2003-08-06 19:20           ` A. L. Meyers
2003-08-06 13:46         ` Jesper Harder
2003-08-14 14:18 ` Sven Utcke [this message]

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=vd0y8xwwceh.fsf@kogs31.informatik.uni-hamburg.de \
    --to=utcke+news@informatik.uni-hamburg.de \
    /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.