I'm currently writing a report using LaTeX. I use emacs as editor and would like running ispell in emacs as I used to (never tryied to launch it outside...) When I M-x ispell-change-dictionary I can chose francais-tex but when I run M-x ispell-buffer I get 'Can't open /usr/lib/ispell/francais-tex.hash'
Then I tryied chosing 'francais' but I get 'Can't open /usr/lib/ispell/francais.hash' I looked into /usr/lib/ispell/ $ ll /usr/lib/ispell/ total 24 -rw-r--r-- 1 root root 22705 jun 4 12:14 francais.aff lrwxrwxrwx 1 root root 12 sep 7 23:42 french.aff -> francais.aff lrwxrwxrwx 1 root root 13 sep 7 23:42 french.hash -> francais.hash The strange thing is that they should be there and I just urpmi'ed it... $ rpm -ql ispell-fr | grep /usr/lib /usr/lib/ispell/francais.aff /usr/lib/ispell/francais.hash /usr/lib/ispell/french.aff /usr/lib/ispell/french.hash $ rpm -qi ispell-fr Name : ispell-fr Relocations: /usr Version : 1.0 Vendor: MandrakeSoft Release : 12mdk Build Date: mar 04 jun 2002 12:14:44 CEST Install date: sam 07 sep 2002 23:42:36 CEST Build Host: bi.mandrakesoft.com So, where did those files went ???
