Go to file
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
.gitignore upload sources (#1867841) 2020-08-18 10:22:24 +02:00
default.el do not set frame-title-format in default.el (#1359732) 2016-07-25 13:32:25 +02:00
dotemacs.el Use custom-set-variables for customizable variables in .emacs (#716440). 2011-06-30 00:03:59 +03:00
emacs-spellchecker.patch Make Enchant the default for ispell-program-name when available 2021-02-06 00:14:47 +00:00
emacs-system-crypto-policies.patch emacs-26.1 is available (#1583433) 2018-05-30 13:25:38 +02:00
emacs-terminal.desktop Add emacs terminal mode to desktop menu 2010-05-20 12:43:35 +00:00
emacs-terminal.sh Patch emacs-terminal to use /usr/bin/emacs (rhbz#635213) 2011-01-07 13:49:21 +01:00
emacs.appdata.xml Upgrade AppData file to specification 0.6+ 2016-09-14 10:01:28 +01:00
emacs.desktop remove deprecated items from emacs.desktop 2016-02-02 10:40:42 +01:00
emacs.service Service dont start. Must be replace: "Type=Forking" > "Type=forking". 2014-09-30 12:45:12 +02:00
emacs.spec Make Enchant the default for ispell-program-name when available 2021-02-06 00:14:47 +00:00
gpgkey-D405AA2C862C54F17EEE6BE0E8BCD7866AFCF978.gpg Use %gpgverify to check the tarball's validity 2020-04-16 21:59:20 +02:00
site-start.el Use UTC timestamps in rpm-spec-mode changelog entries by default; Consider *.elc in addition to *.el when loading files from site-start.d 2011-03-15 20:56:39 +01:00
sources emacs-27.1 is available (#1867841) 2020-08-11 20:17:16 +05:30