Wenshan

Results 9 issues of Wenshan

Thanks for your emacs extension. I'm using the latest multi-web-mode for PHP/HTML editing, it can recognise html and php very accurately. However, PHP indentation is incorrect, please see the image:...

quick and dirty solution my setup: - card type: `EN` (3 parts: front/back/usage) - deck name: `D::英语` - installed: https://github.com/xuchunyang/youdao-dictionary.el TODO: get word definition ```lisp (defun wren-add-to-anki () "Add word/definition/sententce...

Hi, Thanks for your work. Emacs gives the following error message when export a org file to HTML: face-attribute: Wrong type argument: symbolp, (quote zenburn-highlight-alerting) Any idea on this? Regards,...

Expecting the following definition to return "400 Bad Request" when an invalid uuid (e.g. "ae926c5a-e28f-4b80-8c00-772eaf7661") is passed in ``` "id": { "type": "string", "format": "uuid" } ``` However, `validateRequest()` ignores...

enhancement

emacs-eim is by so far the best Chinese input method I've used, thank you for your great work. I'm planning to add Double Pinyin (http://en.wikipedia.org/wiki/Pinyin_input_method#Double_pinyin) to emacs-eim and it would...

Got: > flycheck-add-mode: javascript-flow is not a valid syntax checker > File mode specification error: (error javascript-flow is not a valid syntax checker) My configuration: ```emacs-lisp (require 'flow-minor-mode) (add-hook 'js-mode-hook...

language server: https://github.com/flowtype/flow-language-server

enhancement
help wanted

以 counsel-M-x 为例,正常情况下,M-x man 会优先匹配 man,也就是精确匹配: ![ivy-normal](https://user-images.githubusercontent.com/578604/200101208-d1845f94-f839-4da7-bea8-d529fd2d811e.png) 根据 README 里的说明,`(setq ivy-re-builders-alist '((t . pyim-cregexp-ivy)))` 后,变为优先匹配列表的第一项: ![pyim-ivy-bug](https://user-images.githubusercontent.com/578604/200101237-46155229-4b72-4334-b820-6a74767ab05c.png) 配置(在此之前只是 require 了 use-package): ```emacs-lisp (use-package ivy :ensure t :bind (([remap execute-extended-command] . #'counsel-M-x)...