[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Localize `ispell-completion-at-point'
From: |
Arash Esbati |
Subject: |
Re: Localize `ispell-completion-at-point' |
Date: |
Thu, 14 Dec 2023 12:02:29 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> But teaching Emacs about the names of such files and the place they
> can be found on each system only makes sense if distros include them
> in standardized places. From what you say, I conclude that this is
> not the case, with the possible exception of /usr/share/dict/web2,
> which we already support. If this is indeed so, I think leaving this
> to manual user customization is TRT.
What do you think about a custom variable like:
'((ispell-dic-name . path-to-word-list))
where the user must ensure that the word list is available under the
given path? So basically, Emacs doesn't need to guess and
`ispell-lookup-words' relies on users input inside
`ispell-completion-at-point'?
Best, Arash