-
Hi,
I'm getting the following tests error when run tests from pyim 5.2.1 against GNU Emacs 27.1 (package version 1:27.1+1-3.1+b1) from the Debian archive:
```
$emacs -batch -Q -l package --eval…
-
如题,“卡死”并非搜索失败,需要用 `C-g` 来强行停止。使用 `emacs -Q` 启动并手动加载相应的包依然如此,感觉是正则表达式的锅。
(搜索 LaTeX 文档时很烦)
-
![image](https://user-images.githubusercontent.com/50997355/180629096-1d201acd-0e2d-429e-91fa-26bd0f701b9f.png)
请问选词框可以添加边框吗?我想这能更好地增加辨识度。
-
最近有遇到候选词丢失的情况, 摸索了下找到了复现步骤.
版本: pyim-20220615.126
配置
```
(use-package pyim
:ensure t
:init
(use-package popup
:ensure)
:config
(setq pyim-page-tooltip 'popup)
(setq pyim…
-
As per above image, there should be the first candidate of pyim "删除" displayed on the buffer, but current it displays the copilot suggestion and it hides pyim's candidate, this is not an issue whe…
xqliu updated
2 years ago
-
I use "fcitx5-remote -r" to reload, but the newly added dict file is not reloaded.
libime_pinyindict contacts.txt ~/.local/share/fcitx5/pinyin/dictionaries/contacts.dict
I tried to restart f…
-
I cannot generate any bug report because spacemacs, all of the sudden, no longer starts correctly even after I fully removed the folder `.emacs.` and re-installed spacemacs. The following message alwa…
-
请问你的中文输入法有用什么吗,我之前有在用 pyim, 但是最近有些奇怪的bug.
Inc0n updated
2 years ago
-
#### Description :octocat:
Error when editing SAS or Stata source code
#### Reproduction guide :beetle:
- Open a SAS or Stata source code file (both are statistics programming language)
- Press …
-
It seems that I cannot use `evil-escape` to get back to `evil-normal-state`, when I am using pyim to insert Chinese. By the way, my `evil-escape` and `pyim` configurations are show as followings:
```…