On Fri, Nov 04, 2005 at 12:34:13PM +0100, Prakash Countcham wrote: > Agustin Martin <[EMAIL PROTECTED]> writes: > > (setq ispell-local-dictionary-alist > > (append ispell-local-dictionary-alist > > '(("francais0" ; French latin0
> Thanks for the tip. I have tried something similar without success. That should work now, but until yesterday's dictionaries-common upload there was a bug still pending. Fixed version (0.62.2) should be today in mirrors. > Is there a simple way to override the default dictionary? Just naming the entry as francais instead of francais0 should work, (setq ispell-local-dictionary-alist (append ispell-local-dictionary-alist ; '(("francais0" ; French latin0 explicit '(("francais" ; French latin0 override "[A-Za-zÀÂÇÈÉÊËÎÏÔÙÛܼàâçèéêëîïôùûü½]" "[^A-Za-zÀÂÇÈÉÊËÎÏÔÙÛܼàâçèéêëîïôùûü½]" "[-']" t ("-d" "francais") "~list" iso-8859-15)))) (Much better with the octal codes instead of the explicit 8bit chars) [Since this might be of more general interest interest for ifrench{,-gut} users I am also mailing the bug address] -- Agustin