[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ispell dictionaries
From: |
Eli Zaretskii |
Subject: |
Re: ispell dictionaries |
Date: |
Mon, 27 Feb 2017 05:29:59 +0200 |
> Date: Sun, 26 Feb 2017 23:56:24 +0200
> From: Anast Gramm <anastasis.gramm2@gmail.com>
>
> I read ispell documentation and i find this function:
> ispell-find-aspell-dictionaries C-h f says this:
>
> --------
> ispell-find-aspell-dictionaries is a compiled Lisp function in ‘ispell.el’.
>
> (ispell-find-aspell-dictionaries)
>
> Find Aspell’s dictionaries, and record in ‘ispell-dictionary-alist’.
> --------
>
> My question is how can I record them in ispell-dictionary-alist.
Why do you need to do that? This function is called automatically by
ispell.el whenever you start spell-checking using aspell. You
shouldn't need to invoke it manually.
> By the way, ispell-find-aspell-dictionaries returns a different list that
> ispell-dictionary-alist, and I want to use the first one since it has greek
> in it
That should happen automatically. If it doesn't work for you, I
suggest to tell the details, perhaps there's some bug.