all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
[parent not found: <mailman.569.1043041741.21513.help-gnu-emacs@gnu.org>]
[parent not found: <mailman.550.1042986241.21513.help-gnu-emacs@gnu.org>]
* NTEmacs, German, ispell
@ 2003-01-18 13:53 Sören Vogel
  2003-01-18 19:15 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Sören Vogel @ 2003-01-18 13:53 UTC (permalink / 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.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2003-01-21 21:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.543.1042956938.21513.help-gnu-emacs@gnu.org>
2003-01-19  9:20 ` NTEmacs, German, ispell Sören Vogel
2003-01-19 14:17   ` Kai Großjohann
2003-01-19 14:21   ` Eli Zaretskii
     [not found] <mailman.569.1043041741.21513.help-gnu-emacs@gnu.org>
2003-01-21 21:55 ` Sören Vogel
     [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
2003-01-18 13:53 Sören Vogel
2003-01-18 19:15 ` 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

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.