all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sören Vogel" <soeren.vogel@phil.tu-chemnitz.de>
Subject: NTEmacs, German, ispell
Date: Sat, 18 Jan 2003 14:53:42 +0100	[thread overview]
Message-ID: <Pine.WNT.4.52.0301181453170.540@quetzalcoatl> (raw)

Hi,

I'm using ntemacs 21.2.1 on German Windows XP. Spell checking does
ispell and in order to provide German Umlaut support in
conjunction with the new dictionary I placed the following lines
into my .emacs:

 '(current-language-environment "German")
 '(default-input-method "german-postfix");; ???
 '(enable-multibyte-characters nil)
 '(ispell-help-in-bufferp t)
 '(ispell-local-dictionary "deutsch8")
 '(set-language-environment "German")

Seems like emacs recognizes German words, e.g. müssen (must, have
to). But ispell marks the whole word red and suggests _the same
word_ from the spelling context menu! Meaning: "You should change
"müssen" to "müssen". Okay, I cange (click on the suggested
alternative). But the word remains marked red -- misspelled. Only
picking up the word into my private dict ~/.ispell-private makes
the mark dissappearing. The line in the private dict then
represents

mu"ssen

I've found out that some distributed ispell German dicts contain a
bug by representing German Umlaute with "u instead of u". So I
changed the default dict with the sed command

sed 's/"\(.\)/\1"/g' wrong-dictionary > proper-dictionary

but emacs spelling behavior did not change.

Anyone suggestions?

Thanks a lot, Sören from Germany.

PS: Could you please reply via email, too.

             reply	other threads:[~2003-01-18 13:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-18 13:53 Sören Vogel [this message]
2003-01-18 19:15 ` NTEmacs, German, ispell Eli Zaretskii
     [not found] ` <mailman.533.1042921042.21513.help-gnu-emacs@gnu.org>
2003-01-18 21:50   ` Sören Vogel
2003-01-19  6:14     ` Eli Zaretskii
2003-01-20  7:28 ` Heinz Rommerskirchen
     [not found] <mailman.543.1042956938.21513.help-gnu-emacs@gnu.org>
2003-01-19  9:20 ` Sören Vogel
2003-01-19 14:17   ` Kai Großjohann
2003-01-19 14:21   ` Eli Zaretskii
     [not found] <mailman.550.1042986241.21513.help-gnu-emacs@gnu.org>
2003-01-19 20:32 ` Sören Vogel
2003-01-20  5:48   ` Eli Zaretskii
     [not found] <mailman.569.1043041741.21513.help-gnu-emacs@gnu.org>
2003-01-21 21:55 ` Sören Vogel

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=Pine.WNT.4.52.0301181453170.540@quetzalcoatl \
    --to=soeren.vogel@phil.tu-chemnitz.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.