[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 9204df24b8 4/6: README: Add documentation regardin
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx 9204df24b8 4/6: README: Add documentation regarding Enchant backends |
Date: |
Mon, 27 Mar 2023 04:58:05 -0400 (EDT) |
branch: externals/jinx
commit 9204df24b809482c5a9bfd719979a0037c9aaf15
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Add documentation regarding Enchant backends
---
README.org | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index d39222a03d..5f4adc1266 100644
--- a/README.org
+++ b/README.org
@@ -62,6 +62,15 @@ key =C-u= is pressed, the entire buffer is spell-checked.
(keymap-global-set "<remap> <ispell-word>" #'jinx-correct)
#+end_src
+* Enchant backends and personal dictionaries
+
+Enchant uses different backends depending on the language. The ordering of the
+backends is configured by the file =enchant.ordering=. For most languages
Hunspell
+is used by default. Depending on the backend the personal dictionary will be
+taken from different locations, e.g., =~/.aspell.LANG.pws= or
=~/.config/enchant/=.
+It is possible to symlink different personal dictionaries such that they are
+shared by different spell checkers. See the
[[https://abiword.github.io/enchant/src/enchant.html][Enchant manual]] for more
details.
+
* Alternatives
- [[https://github.com/astoff/jit-spell][jit-spell]]: Jinx offers a similar UI
as Augusto Stoffel's jit-spell package and
- [elpa] externals/jinx updated (ba2ef74303 -> 1293ba8eda), ELPA Syncer, 2023/03/27
- [elpa] externals/jinx 959d020c99 1/6: Add emacs-module.h from Emacs 27 to avoid compilation error if not found, ELPA Syncer, 2023/03/27
- [elpa] externals/jinx 9204df24b8 4/6: README: Add documentation regarding Enchant backends,
ELPA Syncer <=
- [elpa] externals/jinx 1293ba8eda 6/6: Version 0.3, ELPA Syncer, 2023/03/27
- [elpa] externals/jinx 8afc7349e4 3/6: jinx-languages: Use current-locale-environment, ELPA Syncer, 2023/03/27
- [elpa] externals/jinx b052929fc0 2/6: Fix ordering issue when linking, remove -Wl, --no-as-needed, ELPA Syncer, 2023/03/27
- [elpa] externals/jinx 5e12200fa4 5/6: Update changelog, ELPA Syncer, 2023/03/27