Results 5 comments of Teemu Likonen

In wcheck-mode the logic is to call action-program with action-args and the output is parsed by action-parser. But if user wants to use other code for wcheck's marked words he...

I don't know about helm or company but custom "action" things for Wcheck must be written outside of wcheck-language-data variable. User's custom functions can use function "wcheck-marked-text-at" to get information...

Wcheck does not have good way to ignore complex structures like URLs. It can ignore (or read) by Emacs face properties. If some major or minor mode marks URLs with...

Wcheck mode doesn't know about inheritance. It checks the mode name symbol only.

Alternative way to do (text-mode read nil) (markdown-mode read nil) is this: ((text-mode markdown-mode) read nil)