How can I find missing or mismatched braces / parens in emacs? -


when code fails compile , tells me missing closed brace, there easy way find in emacs?

for languages c, c++, , java, command check-parens check parens (()), brackets ([]), , braces ({}):

m-x check-parens <ret> 

the point move bracketing character unmatched, , status line report problem.

it's idea use in conjunction show-paren-mode others have said.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -