all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.