kevinfis

Results 7 comments of kevinfis

自問自答, 剛剛想到重新裝完git版後還沒有執行指令 ibus-daemon -drx 執行完再操作一次 tmp 有出現錯誤訊息檔案了, 所以也有可能 pacman上面的版本有問題? 總之這錯誤訊息問題部份這樣解決了.

想藉這個問題想請教一直一來的一個使用疑問, 爲什麼就算是用 emacs -q 啓動的emacs, 如果在終端機下了指令 ibus-daemon -drx 重啓了ibus後 gui版的emacs下無法使用各種輸入方案只能打英文了? 就算切換到英文再切回到rime也不行, 必須要重開emacs才能用ibu-rime輸入中文?

There is a analogous message in yasnippet-snippets-20230227.1504, so i have to manual unmark yasnippet-snippets before update: ⛔ Warning (tar): Extracted ‘/home/User/.emacs.d/elpa-29.0/yasnippet-snippets-20230227.1504/snippets/terraform-mode/google/app_engine_resources/PaxHeaders/goog’, a pax extended header, as a normal file GNU...

這個好用, 建議預設開啟+1, 也建議同時把候選欄預設外框加大一些, 更好點選. 補充說明, 這個開關位在"同文輸入app"中的選項 keyboard settings, 不存在於設定檔trime.yaml內. 附註: 如果要修改這個選項, 此處同時再加個建議, 在 'deploy 部署' 按鈕附近能不能增加個文字測試輸入區? deploy按下去後有個地方測試輸入法,就不用切換到其他app進行輸入測試了.

If you just want to set "C-s" as bind in avy, go to avy.el and to find function name: `defcustom avy-dispatch-alist` You can find it's type is character: `:key-type (choice...

update: after test, my previous post is bad idea, if someone want to use Meta or Ctrl key in avy-action(it might be helped to remember less key), you can refer...

@demon-Dark 看完你的回覆, 1的部份我找到了, 原來是在 trime.yaml中, backspace有按鍵有預先repeatable: true的設定才能重覆, 既然這可以自定, 這部份我就不要求新增了. 修改備註: 我之前失誤在測試時把 repeatable: true 放到"keys" 的按鍵click動作裡面了. 正確做法如demon-Dark 你所說, 應該覆蓋Delete或新增代號後, 再由click動作引用: preset_keys/Delete: {click: Delete, label: "DEL", send: Delete, repeatable: true} --先覆蓋預設值 keys:...