Pyim 太卡顿。。。

自己有时候需要大量输入中文,比如写paper,一些会议文档等。但是在大量输入中文的过程中,发现 pyim 输入太过于卡顿,完全没有流畅感,输入还要等几秒钟才能反应过来,严重影响了打字的体验。大家使用 pyim 插件多吗?

system?

我在win10下面用的,感觉速度方面挺好的。

;;; pyim

(def-package! pyim
  :demand t

  :config
  (setq pyim-dcache-directory (expand-file-name "pyim/dcache" doom-local-dir)
        default-input-method "pyim"
        pyim-default-scheme 'wubi)

  (setq-default pyim-english-input-switch-functions
                '(pyim-probe-dynamic-english
                  pyim-probe-org-structure-template))

  (setq-default pyim-punctuation-half-width-functions
                '(pyim-probe-punctuation-line-beginning
                  pyim-probe-punctuation-after-punctuation))

  (setq pyim-page-tooltip 'posframe
        pyim-page-length 5
        pyim-page-style 'vertical)

  :bind
  (("M-j" . pyim-convert-code-at-point)
   ("C-;" . pyim-delete-word-from-personal-buffer))
  )

(after! pyim
  (pyim-wbdict-v98-enable)
  (toggle-input-method)
  (run-with-timer 15 nil
                  (lambda () (cd "~"))))

我的系统是archlinux emacs27

目测没用posframe弹框

搜索啊(n度便乘)