我对我的苹果电脑上的Emacs非常陌生,我很难输入这样的符号:[]|{}@等。相反,minibuffer显示M-5、M-6或向前跳转一个单词(M-l)。
我想我在这里得到了我的Emacs:http://emacsformacosx.com/并且我确实安装了这个初学者工具包:http://kieranhealy.org/emacs-starter-kit.html (但我之前解决了这个问题)
我知道这个答案:Unable to type braces and square braces in emacs,但我还不能让它工作。
发布于 2012-10-17 17:25:09
我使用以下方法--它将Emacs元密钥放在Mac CMD密钥上,并释放ALT键以供正常的Mac使用:
(if (boundp 'ns-command-modifier)
(setq ns-command-modifier 'meta))
(if (boundp 'ns-option-modifier)
(setq ns-option-modifier nil))https://stackoverflow.com/questions/12929965
复制相似问题