(debian-ispell-add-dictionary-entry
'("british+accs"
"[A-Z��a-z��]"
"[^A-Z��a-z��]"
"[']"
nil
("-B" "-d" "british-w_accents")
nil
iso-8859-1)
"aspell")
(setq ispell-dictionary-alist debian-ispell-dictionary-alist)
to my .emacs, set ispell-local-dictionary to "british+accs", and it doesn't work: accented characters are still treated as non-word characters (so "r�le" doesn't spell-check).
If I set ispell-local-dictionary to "francais", then accented characters are accepted as expected.
-- http://rrt.sc3d.org/ | wisdom, n. knowing when to be foolish

