Emacs - Undefine Prefix Key

北战南征 提交于 2019-12-10 21:15:42

问题


I somehow managed to define the 'M' (capital em) key as a prefix key in sqlplus-mode which is preventing me from typing an M.

How can I unset this prefix key in this mode?


回答1:


Short term fix:

M-x local-set-key M self-insert-command

Long term fix, find the spot in your .emacs file which defines it a ssuch. @tripleee's comment does sound like a likely candidate for what went wrong.



来源:https://stackoverflow.com/questions/10820058/emacs-undefine-prefix-key

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!