all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Cc: Emacs Developers <emacs-devel@gnu.org>
Subject: ispell.el: new dictionary for German/Latin-9?
Date: Mon, 13 May 2002 13:29:29 +0200	[thread overview]
Message-ID: <vafit5s1e1y.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de> (raw)

Right now, ispell.el has the deutsch8 dictionary which uses Latin-1
encoding.  It is not possible to use this to spell-check German text
which is in Latin-9.  I therefore propose an addition to
ispell-dictionary-alist along the following lines:

(add-to-list 'ispell-dictionary-alist
	     '("deutsch8-15"
	       "[a-zA-Z\304\326\334\344\366\337\374]"
	       "[^a-zA-Z\304\326\334\344\366\337\374]"
	       "[']" t
	       ("-C" "-d" "deutsch")
	       "~latin1" iso-8859-15))

(I'm not sure it's a good idea to put "~latin1" there...)

What do you think?

kai
-- 
Silence is foo!

             reply	other threads:[~2002-05-13 11:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-13 11:29 Kai Großjohann [this message]
2002-05-13 19:32 ` ispell.el: new dictionary for German/Latin-9? Geoff Kuenning

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=vafit5s1e1y.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    --cc=emacs-devel@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.