[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 7d1b27f732 3/4: README wording
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx 7d1b27f732 3/4: README wording |
Date: |
Sat, 24 Aug 2024 06:58:23 -0400 (EDT) |
branch: externals/jinx
commit 7d1b27f732c541d1dc78a4a5af49645f6ae44ea6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README wording
---
README.org | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index fb6e0f5f42..a11b310585 100644
--- a/README.org
+++ b/README.org
@@ -166,7 +166,7 @@ locations, e.g., =~/.aspell.LANG.pws= or
=~/.config/enchant/LANG.dic=. It is
possible to symlink different personal dictionaries such that they are shared
by
different spell checkers. See the
[[https://rrthomas.github.io/enchant/lib/enchant.html][Enchant manual]] for
details.
-* Alternative spell-checking packages
+* Alternatives
There exist multiple alternative spell-checking packages for Emacs, most
famously the builtin ispell.el and flyspell.el packages. The main advantages of
@@ -174,9 +174,9 @@ Jinx are its automatic checking of the visible text, its
sharp focus on
performance and the ability to easily use multiple dictionaries at once. The
following three alternative packages come closest to the behavior of Jinx.
-- [[https://github.com/astoff/jit-spell][jit-spell]]: Jinx UI borrows ideas
from Augusto Stoffel's Jit-spell. Jit-spell
- uses the less efficient Ispell process communication instead of Jinx's
calling
- a native API. Since Jit-spell does not restrict spell checking to the visible
+- [[https://github.com/astoff/jit-spell][jit-spell]]: Jinx borrows ideas from
Augusto Stoffel's Jit-spell. Jit-spell uses
+ the less efficient Ispell process communication instead of Jinx's calling a
+ native API. Since Jit-spell does not restrict spell checking to the visible
text only, it may enqueue the entire buffer too eagerly for checking. This
happens when scrolling around or when stealth font locking is enabled. For
this reason, Jit-spell affected load and latency in my tests
([[https://github.com/astoff/jit-spell/issues/9][issue on Github]]).