クエン酸

Results 51 comments of クエン酸

1. Sorry for late, thanks for providing this information! 2. Yes, I'm using KDE. 3. This solution may not be applied until someone make a PR, or I have free...

Great idea! However I has no free time to do this currently. If you or anyone willing, it's always welcome a PR for this!

Thanks for your detailed analysis for the behavior of this addon. 1. I cannot 100% sure that the longer matched furigana (the longer matched `((作成 (さくせい)))` vs the shorter matched...

Thanks for your reporting, but your bug report is too simplified. `M-x toggle-debug-on-error` and try again, post the full error message. And please write in English because not everyone understand...

Hmm... It seems `hexo new` command was not executed correctly. 1. Has `hexo` been installed in your system or `~/your/hexo/repo/dir/node_modules/` ? 2. Can you give me your hexo version?

I still don't know what hexo version is you're using. This is mine, runs hexo 3.2.2. ``` $ ./node_modules/hexo/bin/hexo version (04-02 09:34) hexo: 3.2.2 hexo-cli: 1.0.2 os: Darwin 15.6.0 darwin...

What is returned after you run (in terminal) `hexo new "hello-word"`?

Sounds quite unreasonable... From the `*Backtrace*` message you've provided, the problem should be `hexo.el` doesn't really find & execute `hexo new` command. Can you see any newly created files after...

Ok, ultimate debug method: create a file `~/Documents/Github/www.lanhuzi.com/source/.posts/test` then paste: ```lisp (message (shell-command-to-string (format "%s new '%s'" (hexo-find-command) "testttttt"))) ``` Then `M-x eval-buffer`, see what returned

sorry, `_post`. Whatever, as long as the file is under your hexo-blog-repository-directory