The wucuo-mode is already working, but it doesn't show anything when I save the buffer.
My platform is Windows cygwin hunspell 1.7.0 Emacs 26.3 , and installed en dictionary.
On the command line, hunspell works correctly.
for example:
My elisp code about wucuo:
(use-package wucuo
:hook ((text-mode prog-mode) . wucuo-start)
)
The ispell-program-name is right.
ispell-program-name is a variable defined in ‘ispell.el’.
Its value is "c:/cygwin64/bin/hunspell.exe"
When I run M-x flyspell-buffer, the minibuffer display: Wrong type argument: stringp, nil
Run M-x flyspell-mode, the minibuffer display:
Error enabling Flyspell mode:
(stringp nil)
Quit [2 times]
Excuse me, where did it go wrong?
The wucuo-mode is already working, but it doesn't show anything when I save the buffer.
My platform is Windows cygwin hunspell 1.7.0 Emacs 26.3 , and installed en dictionary.
On the command line, hunspell works correctly.
for example:
My elisp code about wucuo:
The ispell-program-name is right.
When I run
M-x flyspell-buffer, the minibuffer display:Wrong type argument: stringp, nilRun
M-x flyspell-mode, the minibuffer display:Excuse me, where did it go wrong?