[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/spell-fu 251e63eacc 29/86: readme: update, clarify TODO
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/spell-fu 251e63eacc 29/86: readme: update, clarify TODO |
Date: |
Thu, 7 Jul 2022 12:03:40 -0400 (EDT) |
branch: elpa/spell-fu
commit 251e63eacc86792ef8fe11450c14322b3ec9110c
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
readme: update, clarify TODO
---
readme.rst | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/readme.rst b/readme.rst
index 48d5b7e85b..bc842cac1c 100644
--- a/readme.rst
+++ b/readme.rst
@@ -7,6 +7,8 @@ Fast highlighting of misspelled words.
This is a light weight spell checker for Emacs,
that runs from the syntax highlighter without starting external processes.
+Available on `Melpa <https://melpa.org/#/spell-fu>`__.
+
Motivation
==========
@@ -29,15 +31,14 @@ You may enable this globally which has the following
defaults.
.. code-block:: elisp
- (use-package spell-fu) ;; not yet in Melpa.
-
+ (use-package spell-fu)
(global-spell-fu-mode)
Or you may wish to configure this per-mode, e.g:
.. code-block:: elisp
- (use-package spell-fu) ;; not yet in Melpa.
+ (use-package spell-fu)
(add-hook 'org-mode-hook
(lambda ()
@@ -92,7 +93,7 @@ You may wish to set these values differently based on the
current major-mode.
The regular expression to use for scanning words.
``spell-fu-faces-include``
- When not ``nil``, only faces that in this list will be checked.
+ When not ``nil``, only faces in this list will be checked.
``spell-fu-faces-exclude``
When not ``nil``, text with faces in this list will be excluded.
@@ -168,4 +169,5 @@ TODO
- Support a custom command for generating a word list.
- Support going to next/previous misspelled word.
- Support affix expansion when calling aspell (some non English dictionaries
use this).
-- Support refreshing the word list when ispell updates the personal dictionary.
+- Support refreshing the word list at run-time when ispell updates the
personal dictionary
+ *(currently updates require re-enabling the mode).*
- [nongnu] elpa/spell-fu f6c849f860 30/86: Fix disabling spell-fu when used without a timer, (continued)
- [nongnu] elpa/spell-fu f6c849f860 30/86: Fix disabling spell-fu when used without a timer, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 502d523b46 31/86: Fix unintended modification of the standard syntax table, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu e62cfc4f08 34/86: Add support for personal dictionary management, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 86d46cf63e 37/86: fix: encode word to utf8, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 9180a77865 48/86: Fix #15: don't enable (when used globally) for application buffers, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 41a133d119 52/86: Fix #16: Fails to spellcheck when whitespace-mode splits a word, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 7c2542e109 73/86: Merge branch 'multiple-dictionaries' into 'master', ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 50be652a6e 77/86: Fix overlay faces masking other faces (when checking faces-at-point), ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu cbe5cd84c3 86/86: Correct URL, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 41a7ebcbab 23/86: Cleanup: replace cl-letf with advice macro, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 251e63eacc 29/86: readme: update, clarify TODO,
ELPA Syncer <=
- [nongnu] elpa/spell-fu ad139f6fac 40/86: Cleanup: quiet checkdoc warning, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 2caa9fc6f0 44/86: Update changelog, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu f38bebefea 62/86: Cleanup: replace 'if' with 'cond', ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 9587fa4b99 17/86: Add missing args (quiet checkdoc warnings), ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 484b6bdf04 53/86: Fix disabling spell-fu-mode stopping the idle timer in other buffers, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 3230ff96f1 65/86: Cleanup: modified word ordering, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 96f72c35b1 38/86: Update spell-fu.el, correct package url., ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu ac9c1581c8 45/86: readme: move details into top level section, ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu 646f40ba06 54/86: Cleanup: use 'when' instead of 'if', ELPA Syncer, 2022/07/07
- [nongnu] elpa/spell-fu d4e3deedee 56/86: Have a better excludes list for org-mode. In particular `org-src`., ELPA Syncer, 2022/07/07