Skip to content

Wucuo does not work, when I save the buffer. #16

@kangdalei

Description

@kangdalei

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:

hunspell -d en_US sp.txt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions