et2010
et2010
使用 `C-x`, `C-c` 等快捷键时停止响应,有时需要杀掉 emacs https://emacs-china.org/t/topic/6022
当采用 vim style 编辑时,有时会希望在 insert-state 下暂时运行一下 normal 的命令,[这个功能绑定在 `C-o` 上](https://stackoverflow.com/a/15703188),但是启用了 fcitx.el 后,按下 `C-o` 切换到 normal-state 后会立马切换回 `insert-state`,这应该是一个 bug,因为 fcitx 应该切换输入法,而不改变 evil state。
For detail, see here: https://emacs-china.org/t/debug-emacs-performance-issue-ivy/2448/ In short: Some serious lagging issue is caused by that option. I'm using spacemacs on Linux. When I turned that option to t, double tap...
词条翻译重复多次
如图,这是什么情况?  没有做自定义设置,在Windows下用的,只改了一下命令,不然用不了 ``` (setq yasdcv-sdcv-command "sdcv --non-interactive --utf8-output --utf8-input \"%word\"") ``` @tumashu
Persp-mode is a spacemacs stock mode which is based on perspective, but the perspective extension not working here. When I run `purpose-x-persp-setup`, emacs just complain about `persp-curr` being void. When...
Thanks for this great app! It works great, but I have some problem when put timp functions in a file local eval. I was trying to put something like this...
Thanks for this great package! It would be greater If one could return to category menu with backspace. I made a screenshot to demonstrate:  After deleting the last char,...
#### Description :octocat: Calling poetry command will result in some error. #### Reproduction guide :beetle: - Start Emacs - Open up a python project - M-x poetry - In the...
#### Problem Description I'm trying to append to an append blob but it seems to fail. #### Steps to Reproduce 1. Upload to a blob container using the following command:...
I was writing a new language mode with company backend and eldoc support. Everything works fine, except that in certain senario, the company meta message will interrupt the message (multi-line...