On Wed, Oct 02, 2024 at 12:52:37PM +0100, Reuben Thomas wrote: > On Wed, 2 Oct 2024 at 08:32, Agustin Martin <[email protected]> wrote: > > > > > I have been looking a bit at this. It is not only debian-ispell.el, but > > probably also DictionariesCommon.pm. There are some things that may not be > > directly reusable, e.g., aspell supports "aspell -d castellano check > > file.txt" while enchant not, only locale supported selection is allowed. > > So, > > some aspell entries cannot be directly reused. > > > > Thanks very much for looking into this, much appreciated! > > > > I have a rough first cut that does not yet address above issue. Will think > > a bit more about this. spellchecker priorities will be the same as in FSF > > Emacs. > > > > I'll be very happy to test what you come up with.
I have pushed to https://salsa.debian.org/debian/dictionaries-common.git a couple of commits to deal with this. Seem to work reasonably here. I would like to test this a bit more. Feel free to try it. Do not worry about duplicated definitions in debian-ispell.el, that file may be loaded without ispell.el yet loaded, so that definitions have a reason. -- Agustin

