Commit Graph

5 Commits

Author SHA1 Message Date
Peter Oliver 14924f48f8 Make Enchant the default for ispell-program-name when available
To decide the default value of ispell-program-name, Emacs looks in turn for a number of different binaries, and uses whichever it finds first.  The snag with this approach is that, just because a binary is installed, doesnʼt mean that a dictionary in your language is installed for that binary.

Since https://bugzilla.redhat.com/show_bug.cgi?id=713600 weʼve been patching the search list to look for Hunspell before Aspell, presumably because Hunspell dictionaries were considered more likely to be installed than the Aspell dictionaries.

However, now we have Enchant, which will automatically select a backend based on a configuration preference, skipping over any backends for which youʼre missing a dictionary.  This seems to be exactly what we want, so letʼs use it here.
2021-02-06 00:14:47 +00:00
Jan Synacek 0588f11f70 emacs-26.1 is available (#1583433)
Resolves: #1583433
2018-05-30 13:25:38 +02:00
Petr Hracek a8163b3c90 Updating to the newest upstream version 2013-03-18 16:42:22 +01:00
Jochen Schmitt 66891062cd Fix for emacs bug #13460, ispell-change dictionary hunspell issue (#903151) 2013-01-25 22:20:10 +01:00
Karel Klic 24eae4d152 Check the presence of hunspell before checking for aspell (rhbz#713600) 2011-11-16 11:16:12 +01:00