emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jinx 3b52a6e7a4 2/5: Update README


From: ELPA Syncer
Subject: [elpa] externals/jinx 3b52a6e7a4 2/5: Update README
Date: Sun, 26 Mar 2023 10:58:39 -0400 (EDT)

branch: externals/jinx
commit 3b52a6e7a4a8c6b8b8c3553012fdfd0ac7e37a81
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Update README
---
 README.org | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.org b/README.org
index 825e2b9534..eb8c54f22f 100644
--- a/README.org
+++ b/README.org
@@ -57,19 +57,19 @@ key =C-u= is pressed, the entire buffer is spell-checked.
 
 * Alternatives
 
-The technique to spell-check only the visible region of the window was inspired
-by Campbell Barton's spell-fu package. Spell-fu maintains the dictionary itself
-via a hash table, which results in high memory usage for languages with 
compound
-words or inflected word forms. In Jinx we avoid the complexity of managing the
-dictionary and access the advanced spell-checker algorithms (affixation,
-compound words, etc.) directly via libenchant.
+- [[https://github.com/astoff/jit-spell][jit-spell]]: Jinx offers a similar UI 
as Augusto Stoffel's jit-spell package and
+  borrows ideas from it. Jit-spell uses Ispell process communication instead of
+  a native API. It does not restrict the highlighting to the visible area. In 
my
+  setup I observed an increase in load and latency as a consequence, in
+  particular in combination with stealth locking and commands which trigger
+  fontification eagerly like =consult-line= from my 
[[https://github.com/minad/consult][Consult]] package.
 
-Jinx offers a similar UI as Augusto Stoffel's jit-spell package and borrows
-ideas from it. Jit-spell uses Ispell process communication instead of a native
-API. It does not restrict the highlighting to the visible area. In my setup I
-observed an increase in load and latency as a consequence, in particular in
-combination with stealth locking and commands which trigger fontification
-eagerly like =consult-line= from my Consult package.
+- [[https://codeberg.org/ideasman42/emacs-spell-fu][spell-fu]]: The technique 
to spell-check only the visible region of the window
+  was inspired by Campbell Barton's spell-fu package. Spell-fu maintains the
+  dictionary itself via a hash table, which results in high memory usage for
+  languages with compound words or inflected word forms. In Jinx we avoid the
+  complexity of managing the dictionary and access the advanced spell-checker
+  algorithms (affixation, compound words, etc.) directly via libenchant.
 
 * Contributions
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]