swint

Results 6 issues of swint

When i copy and paste chinese chars, the result will be some unreadable codes. I fixed it by replacing (x-get-selection 'CLIPBOARD) with (x-get-selection 'CLIPBOARD 'UTF8_STRING) in clipmon--clipboard-contents. I don't know...

When i load the yasnippet, emacs warns "byte-code: Recursive load". After some investigation, it seems to fix the problem by removing ``` (require 'yasnippet-snippets) ``` from "yasnippet-snippets/snippets/bibtex-mode/.yas-setup.el".

After calling ahs-edit-mode, the color is changed to edit state. But when i type something, only things under cursor position is modified. I have also tested it with "emacs -q"....

The laptop are always booted into balanced mode. On windows, i can use Fn+k to switch among quiet/balanced/performance modes, but on linux the shortcut does not work. So how can...

昨天刚升级0.40版本,其他功能都正常,但是界面字体过大,显示不全,下半部分显示不出来。之前0.30都是正常的。 环境 - OS: Android 13 - 版本号 0.40

最近把Emacs升级到30,发现fcitx.el不好用了,时而有效时而失效,很乱。例如,C-xC-s,按下C-x会禁用,但按下C-s后不会恢复启用状态。另一个例子,启用which-key时,按下C-x会禁用fcitx,弹出which-key对话框,但等一会fcitx又自动启用。 我这里用linux,fcitx4,不用dbus。 为了排除系统软件升级的问题,重新安装了29版本,同时在emacs -q模式下,确认29版本没问题,而30版本无法使用。