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

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

fold code at {}


From: Gary Wessle
Subject: fold code at {}
Date: 08 Jan 2007 04:16:33 +1100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

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


reply via email to

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