help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: aspell and emacs


From: Ehud Karni
Subject: Re: aspell and emacs
Date: Sun, 2 Jan 2005 15:04:42 +0200

On Fri, 31 Dec 2004 22:43:23 +0000, Neon Absentius <absent@sdf.lonestar.org> 
wrote:
>
> Thank you for your reply. Unfortunately it didn't help me as I was
> looking specifically for help with aspell (and *not* ispell). The
> greek dictionaries for ispell are outdated and I can't make them to
> work with ispell anyway :(. There are greek dictionaries for aspell
> and they work pretty good, so I wanted to use them in emacs.

I work with aspell too (it is called from hspell). The `ispell' is
the emacs package, not the external program.

You have to add:
    (setq ispell-program-name "aspell")
and everything will be OK (I hope).

> I tried the solution you propose and it didn't work. The name of the
> greek dictionary is "el" so when I tried your solution when I try to
> spell check a buffer I get
>
>
>   Starting new Ispell process...
>   ispell-init-process: Error: The file "/usr/lib/aspell/el" is not in
>   the proper format.
>
> Now the funny thing is that after that if I evaluate
>
>      (setq ispell-dictionary "american")
>      (ispell-change-dictionary "american")
>      (set-default 'ispell-local-dictionary "american")
>
> and try to ispell a buffer I get a very similar message
>
>   Starting new Ispell process...
>   ispell-init-process: Error: The file
>   "/usr/lib/aspell/english-med-only" is not in the proper format.
>
> However if, instead, I use the menu and select the default dictionary
> everything works just fine. When I do the same with the "el"
> dictionary, ie if I set it to be the default and then select "default"
> from the menu, I get an other error message
>
>   ispell-process-line: Ispell misalignment: word `Faut' point 722;
>   probably incompatible versions
>
> Probably I am doing something stupid.

It seems to me you work with the `ispell' program with the `aspell'
dictionaries.

ehud.


--
 Ehud Karni           Tel: +972-3-7966-561  /"\
 Mivtach - Simon      Fax: +972-3-7966-667  \ /  ASCII Ribbon Campaign
 Insurance agencies   (USA) voice mail and   X   Against   HTML   Mail
 http://www.mvs.co.il  FAX:  1-815-5509341  / \
 GnuPG: 98EA398D <http://www.keyserver.net/>    Better Safe Than Sorry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]