tumashu

Results 174 comments of tumashu

test的话简单,看看pyim-test.el中common部分的test你就知道是怎么写了 在 2021-12-25 03:46:49,"Tongjie Chen" ***@***.***> 写道: 我在准备去签纸质的协议 Emacswiki上的函数是需要重新自己写吗 同意 如果是跟模糊音类似的话,也许可以放到imobjs,但是感觉还是需要在找candidates的时候进行一些处理 我对于写test还不是很熟悉,如果你能给一些指导当然更好 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with...

还有,一定要注意函数的性能,用benchmark试试,太慢的函数会导致输入法卡顿 在 2021-12-25 03:46:49,"Tongjie Chen" ***@***.***> 写道: 我在准备去签纸质的协议 Emacswiki上的函数是需要重新自己写吗 同意 如果是跟模糊音类似的话,也许可以放到imobjs,但是感觉还是需要在找candidates的时候进行一些处理 我对于写test还不是很熟悉,如果你能给一些指导当然更好 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with...

This is an example: https://github.com/nim-lang/nim-mode/commit/751240270838aca9aff0bf26e19210a7c8d5365d

It is not solve at the moment, I have debug two days, but can not find the reason.

@Grimler91 Please see: https://github.com/jwiegley/emacs-async/issues/90 1. Run emacs 2. install emacs-async with: "package-install emacs-async" 3. Run emacs with: "emacs -q" 4. (package-initialize) 5. (require 'emacs-async) 6. do test

you can try to hack the below function ``` (defun company-posframe-show-at-prefix (info) "Poshandler showing `company-posframe' at `company-prefix'." (let* ((parent-window (plist-get info :parent-window)) (point (with-current-buffer (window-buffer parent-window) (- (plist-get info :position)...

yes, posframe will move mouse out posframe