Weihua Jiang
Weihua Jiang
**Describe the bug** I'm using the newest Doom Emacs with clipetty enabled in a ssh terminal. The client is ITerm2 on Mac and the target ssh machine is a linux...
在中文后(当前输入法也是中文输入法),按 "SPC SPC",预期进入临时英文模式输入,但实际是输入了“. SPC”,自动把输入法也切换成英文了。
在Mac上,其他应用中,可以用左边的shift键来切到临时英文模式下。 我把~/Library/Rime下的所有配置都copy到了librime了下,emacs-rime其他功能也都使用正常(配置用的是首页上的推荐配置),但在需要临时输入一段英文(比方说连续的两个英文单词)时,找不到好的方法可以切换到临时英文模式,按左边的shift键没有什么反应。
在Mac上使用emacs-rime时,经常会误切换系统输入法。有办法在emacs-rime使用时,不允许切换系统输入法吗?比方说,强制emacs用系统英文输入法(用im-select类似的方法)。
**问题描述** 使用 ` rime-predicate-auto-english-p`, 输入“中文32”,再输入时变成了英文模式。 但按照这个predicate的描述,实际应该是继续中文输入 **Emacs中的配置** ``` (use-package! rime :custom (rime-librime-root "~/.librime/librime/dist") (rime-user-data-dir "~/.librime/data") (rime-emacs-module-header-root "/usr/local/opt/emacs-mac/include") (default-input-method "rime") (rime-show-candidate 'posframe) (rime-disable-predicates '(;;rime-predicate-evil-mode-p ;;rime-predicate-after-ascii-char-p ;;rime-predicate-after-alphabet-char-p ;;rime-predicate-prog-in-code-p ;;rime-predicate-punctuation-after-space-cc-p ;;rime-predicate-punctuation-after-ascii-p rime-predicate-auto-english-p ))...
I ran `brew install railwaycat/emacsmacport/emacs-mac` to install emacs-mac and symbolic link to /Applications. However, if I start emacs from application, I got following error: ``` command-line: Cannot open load file:...
I am using doom-emacs and org-mode, when I try to refile a TODO item, emacs crashes with following error: ``` Process: Emacs [71986] Path: /Applications/Emacs.app/Contents/MacOS/Emacs Identifier: org.gnu.Emacs Version: 26.2 (1.1)...