Kang Dalei

Results 3 comments of Kang Dalei

`AnkiLink.exe test1.md --deckname targetDeck` or `AnkiLink.exe test1.md -d targetDeck` I have tried these two commands, but still no effect . Today I read this document [test7.md](https://github.com/Clouder0/AnkiLink/blob/main/tests/test7.md). I try do. It'...

> > `M-x toggle-debug-on-error` and run `flyspell-buffer`. Send me the full error message. Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("," nil 0) split-string(nil "," t) ispell-parse-hunspell-affix-file(nil) ispell-find-hunspell-dictionaries() ispell-set-spellchecker-params() flyspell-region(1 5542)...

Now, my code is: ``` (use-package wucuo :hook ((text-mode prog-mode) . wucuo-start) :init (setq ispell-program-name "c:/cygwin64/bin/hunspell.exe") ;; http://gromnitsky.blogspot.com/2016/09/emacs-251-hunspell.html (setq ispell-hunspell-dict-paths-alist '(("en_US" "C:/cygwin64/usr/share/myspell/en_US.aff") ("en_GB" "C:/cygwin64/usr/share/myspell/en_GB.aff"))) (setq ispell-local-dictionary "en_US") (setq ispell-local-dictionary-alist '(("en_US"...