On Thu, Nov 03, 2005 at 05:41:22PM +0100, Agustin Martin wrote:
> I am thus reassigning this bug report to ifrench-gut, so Nicolas Sabouret
> can decide what to do here. I am attaching a diff with the changes I
> tested. I am not sure if adding that new entry is really desirable.
Forgot to mention that you can add a local entry in your ~/.emacs file having
that behavior, something like
(setq ispell-local-dictionary-alist
(append ispell-local-dictionary-alist
'(("francais0" ; French latin0
"[A-Za-zÀÂÇÈÉÊËÎÏÔÙÛܼàâçèéêëîïôùûü½]"
"[^A-Za-zÀÂÇÈÉÊËÎÏÔÙÛܼàâçèéêëîïôùûü½]"
"[-']"
t
("-d" "francais")
"~list"
iso-8859-15))))
so you can test if this works as expected or not. This should work for
emacs-snapshot too.
This might be added to the ifrench{-gut} README, until is decided if all
french ispell and aspell dicts should be standarized to have similar
behavior.
--
Agustin