wcheck-mode icon indicating copy to clipboard operation
wcheck-mode copied to clipboard

General-purpose text-checker interface for Emacs text editor

Results 7 wcheck-mode issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying Wcheck and I really like it. But there is a function that i miss from `flyspell-correct` -> `flyspell-correct-wrapper` > ;; In most cases the last function is...

wcheck marks all URLs in my text documents as mispellings. I would like to exclude URLs from being spell-checked. Flyspell has `flyspell-mode-predicate` which directly serves this purpose. I looked through...

Is there any other way to show proposed corrections other than option selection. Can `helm` or `company` be used for that?

This is an attempt to use aspell instead of enchant, it doesn't work and no errors are reported, could docs show an example for aspell since this is a popular...

The package [guess-language](https://github.com/tmalsburg/guess-language.el) guesses the language (using heuristics of trigrams) of the current paragraph (which provides for using different languages within one buffer). It could automatically change wchecks language configuration...

ie: if I say: ``` (text-mode read nil) ``` I also have to say: ``` (markdown-mode read nil) ``` Is this on purpose?

Buffer-local dictionaries are the killer feature of spell checkers such as `flyspell-mode`. It would be nice if someone could add to the `wcheck-mode` documentation how to set up a simple...