help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

finding matching braces.


From: Subhakar K S
Subject: finding matching braces.
Date: Sun, 23 Dec 2001 02:18:17 -0800 (PST)

Is it possible in emacs to find a matching (opening /
closing ) brace of a block in C++ code.

In vi, I can use SHIFT-% to toggle between the 
opening and closing braces of a code block.

void some_func( void )
{-->opening brace.
   // do something;
}--> closing brace. SHIFT-% will take me opening
brace

Is this possible with emacs.

thanks,
Subhakar.

__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]