all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell.el: new dictionary for German/Latin-9?
@ 2002-05-13 11:29 Kai Großjohann
  2002-05-13 19:32 ` Geoff Kuenning
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Großjohann @ 2002-05-13 11:29 UTC (permalink / raw)
  Cc: Emacs Developers

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!

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

* Re: ispell.el: new dictionary for German/Latin-9?
  2002-05-13 11:29 ispell.el: new dictionary for German/Latin-9? Kai Großjohann
@ 2002-05-13 19:32 ` Geoff Kuenning
  0 siblings, 0 replies; 2+ messages in thread
From: Geoff Kuenning @ 2002-05-13 19:32 UTC (permalink / raw)
  Cc: emacs-devel, k.stevens

> (I'm not sure it's a good idea to put "~latin1" there...)
> 
> What do you think?

The "latin1" is just used to select a character table from ispell's
affix files.  So that's probably the best choice for now.  In the long
run, somebody should update the affix files to understand latin9.
-- 
    Geoff Kuenning   geoff@cs.hmc.edu   http://www.cs.hmc.edu/~geoff/

Software, like bridges, should be elegant and visually pleasing as
well as functional.  Ugly constructs, designs, and languages should be
avoided like the plague.

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

end of thread, other threads:[~2002-05-13 19:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-13 11:29 ispell.el: new dictionary for German/Latin-9? Kai Großjohann
2002-05-13 19:32 ` Geoff Kuenning

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.