【发布时间】:2014-03-14 17:02:57
【问题描述】:
当我在 minibuffer 中编辑文本时,我输入了“(”和“)”。然后 minibuffer 显示类似“Matches (” 的消息几秒钟。我不希望显示此消息。如何关闭此消息功能?我认为 show-paren-mode 足以让我在 minibuffer 中检查 paren。
键序列和小缓冲区示例:
time| minibuffer
----+------------
0 | M-x
1 | M-x (
2 | M-x ()
3 | Matches (
4 | M-x ()
我在 MacOSX 上使用 Emacs 24.3。 谢谢。
【问题讨论】:
-
您可能希望将其报告为错误。
标签: emacs parentheses minibuffer