Chen Bin

Results 306 comments of Chen Bin

为了项目的可维护性,最好用给`mkdict.py`加新选项,新功能。另外文档加强一下。

I change the interval to 2 seconds. The check process starts when you saving the buffer.

what's the output after `(setq wucuo-debug t)`? I can't reproduce the bug.

spell checking is triggered when you save current buffer, see https://github.com/redguardtoo/wucuo#usage That's the key difference from `flyspell-mode`. The purpose of such design is make Emacs light weight. I know the...

Saving might happen too frequently. I use some auto save package.

Select partial of the line before calling vc-msg command. Usually it's good enough. If you're still not satisfied with the result found by vc-msg. It also provides a perfect Magit...

`M-x toggle-debug-on-error` and run `flyspell-buffer`. Send me the full error message.

You should setup flyspell first. In this case, `flyspell-buffer`does not work, with or without wucuo. Check README for the sample configuration.

Just follow my README. I'm the flyspell expert in Emacs community so README should be complete enough. Be patient, wucuo needs a few seconds interval to cool down before next...

You are using org2nikola instead of ox-nikola. In org2nikola, you should write blog posts in one file, each subtree (node) are regarded as a post. I've not implemented the per...