unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* fold code at {}
@ 2007-01-07 17:16 Gary Wessle
  2007-01-08 13:35 ` Robert Thorpe
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Wessle @ 2007-01-07 17:16 UTC (permalink / raw)


Hi

how can I fold the c++ code 
if( xxx ) {
 ...
}else{
...
 if( ... ){
  ...
 }
}

C-c @ C-h will fold only
if( xxx ) {
 ...
}else{

but not the rest of the parent if block.

thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-08 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-07 17:16 fold code at {} Gary Wessle
2007-01-08 13:35 ` Robert Thorpe
2007-01-08 20:27   ` Gary Wessle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).