Eason Huang

Results 7 issues of Eason Huang

Hi @joddie, When I start Emacs , I got this warning. Can you update to use keywords rather than positional arguments? ``` /.emacs.d/lib/macrostep/macrostep.el: Warning: Use keywords rather than deprecated positional...

Hi @gonewest818 Thanks for making this awesome package. Recently I try to setup [corfu]( https://github.com/minad/corfu)(it is a new completion font end made by @minad ) with dimmer, and I found...

documentation
configuration

我主要使用的是朙月拼音,配置文件较大(100M左右)。当我有多台设备希望通过 iCloud 同步个人数据时,会造成同步文件夹占用空间过大。请求增加一个选项,允许用户不同步所有的 yaml 文件,或者可以让用户指定不需要同步的文件类型。 比如以下应用场景: 我有两台Windows电脑,一台 macBook,一个 iPhone。我需要在iCloud 中建立一个 sync 文件夹,同时将每台设备installation.yaml 中的 sync_dir 定义到网盘的这个sync文件。(iRime 中是定义到程序内的一个 sync文件夹,再同步到 iCloud 的 sync) 目前在4台设备中分别执行同步个人词库时,sync 文件中会生成4个对应的文件夹,分别是:Win11 ,Win10, macOS, iPhone 这时 sync 文件夹的空间占用是 400M。随着使用的设备越来越多,这个数值也会随着增加。 另外,如果三台电脑同时还使用...

enhancement

@laishulu, 最近尝试使用 Emacs 的 Global Mark 时发现,按 C-SPC (set-mark-command)时,并不会把当前的 mark 保存到 global mark ring,查看 global-mark-ring 这个变量,永远是空的。 禁用 sis就正常了,同样配置,在 Windows 系统没问题。 重新步骤: 1. 在 .emacs 中加入以下配置: ``` (setq package-archives '(("melpa" ....

Symbol-overlay-mode will cause Emacs to freeze with haskell-mode enabled,I am not sure it is cause by `haskell-mode` or `symbol-overlay`. Steps to reproduce the issue: 1. Back up your current configuration...

Hi @dsanson Now `focusedWindow `is a constructor type, in stead of a method. In [hammerspoon manual ](http://www.hammerspoon.org/docs/hs.window.html#focusedWindow) it is define like this: ``` hs.window.focusedWindow() -> window ``` I tested on...

@jojojames and @jcs090218 When using the default backend `flx`, everthing is working well, but when the number of candidates is large (such as 10000 and more), it is slow. So...