-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed

Description
Is it possible to navigate conveniently forward (and backward) between successive curly braces {
. The functions sp- forward-sexp and sp-next-sexp don't seem suitable. For example, if the cursor is before the first opening brace it jumps to after the last closing brace.
int
main(int argc, char *argv[])
{
Kinetic::start(argc,argv);
if( argc > 1 )
{
for( int i=1; i<argc; i++ )
{
line=argv[i];
if( line=="noplot" || line=="nopause" || line=="abortOnEnd" ) continue;
else
{
const char * dot = strrchr((const char*) line, '.');
}
}
}
}
Metadata
Metadata
Assignees
Labels
No labels