1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00
emacs/lisp/textmodes
Reuben Thomas 7c93009d11 * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.
(ispell-find-enchant-dictionaries):

I originally copied this code from the equivalent code for
Aspell. Unfortunately it was wrong for the case of Enchant: it should
find only dictionaries that Enchant knows about, and not merge in
`ispell-dictionary-base-alist' or add a default element, as these
are dealt with in `ispell-set-spellchecker-params'.

This caused a bug where the correct `-d' argument would not be added
to the invocation of enchant, leading to the process not being
correctly started.
2021-06-28 13:39:50 +01:00
..
artist.el ; Fix typos: emacs lisp -> Emacs Lisp 2021-04-16 14:54:02 +02:00
bib-mode.el
bibtex-style.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
bibtex.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
conf-mode.el
css-mode.el Include colons in the completion strings 2021-05-15 03:28:39 +03:00
dns-mode.el
enriched.el
fill.el Merge from origin/emacs-27 2021-04-25 09:16:09 -07:00
flyspell.el * lisp/textmodes/flyspell.el: Fix bug#49104 2021-06-27 15:06:25 -04:00
ispell.el * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant. 2021-06-28 13:39:50 +01:00
less-css-mode.el
makeinfo.el Automatically generate texinfo.el internal autoloads 2021-04-29 11:42:03 -07:00
mhtml-mode.el
nroff-mode.el
page-ext.el
page.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
paragraphs.el * lisp/textmodes/paragraphs.el (multiple-lines): Remove mistaken declaration 2021-04-13 09:47:46 -04:00
picture.el
po.el
refbib.el
refer.el
refill.el
reftex-auc.el
reftex-cite.el
reftex-dcr.el
reftex-global.el
reftex-index.el
reftex-parse.el
reftex-ref.el
reftex-sel.el
reftex-toc.el
reftex-vars.el Use \footref when referencing a footnote label 2021-06-18 07:44:32 +02:00
reftex.el
remember.el ; Normalize and add missing first and last lines 2021-04-19 12:21:01 +02:00
rst.el * lisp/**/*.el: Avoid positional args to define-minor-mode 2021-04-11 23:47:14 -04:00
sgml-mode.el Fix problem in HTML with bracketed characters 2021-06-14 14:57:57 +02:00
table.el ; Fix typos: emacs lisp -> Emacs Lisp 2021-04-16 14:54:02 +02:00
tex-mode.el Make tex-compile-commands heed tex-start-options 2021-06-22 15:08:07 +02:00
texinfmt.el ; Fix typos: emacs lisp -> Emacs Lisp 2021-04-16 14:54:02 +02:00
texinfo.el Automatically generate texinfo.el internal autoloads 2021-04-29 11:42:03 -07:00
texnfo-upd.el Automatically generate texinfo.el internal autoloads 2021-04-29 11:42:03 -07:00
text-mode.el Fix syntax-category of some punctuation characters 2021-06-25 08:36:27 +03:00
tildify.el ; Remove some useless comments 2021-04-16 14:54:02 +02:00
two-column.el * lisp/textmodes/two-column.el: Address FIXME 2021-04-13 09:59:23 -04:00
underline.el