h**h 发帖数: 132 | 1 【 以下文字转载自 Programming 讨论区 】
【 原文由 hugh 所发表 】
how to find the other corresponding "(" and move the cursor there
just like "%" command in vi | s*****d 发帖数: 258 | 2 don't know the answer, but emacs will automaticly blink back to the matching
"(" ya.
Also if you like, you can do the following to highlight the pairing parenthesis.
M-x show-paren-mode
【在 h**h 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 【 原文由 hugh 所发表 】 : how to find the other corresponding "(" and move the cursor there : just like "%" command in vi
| h**h 发帖数: 132 | 3 thanks, but sometimes, the other "{" is too far away
and won't able to see blink, though the mini buffer does tell you
where it is
faint, such a powerful editor like emacs
even does not have this simple but useful command
【在 s*****d 的大作中提到】 : don't know the answer, but emacs will automaticly blink back to the matching : "(" ya. : Also if you like, you can do the following to highlight the pairing parenthesis. : M-x show-paren-mode
|
|