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

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

Re: matching #ifdefs...


From: Peter Lee
Subject: Re: matching #ifdefs...
Date: Fri, 31 Jan 2003 19:55:51 GMT
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2

"Javier Oviedo" <email_joviedo@yahoo.com> writes:

> Is there somthing similar to this that will let me jump between #if
> statements? Thanks in advance!

c-backward-conditional        <menu-bar> <C++> <Backward Conditional>, C-c C-p
  Command: Move back across a preprocessor conditional, leaving mark behind.
c-down-conditional            M-x c-down-conditional RET
  Command: Move forward into the next preprocessor conditional, leaving mark 
behind.
c-down-conditional-with-else  M-x c-down-conditional-with-else RET
  Command: Move forward into the next preprocessor conditional, including 
`#else'.
c-forward-conditional         <menu-bar> <C++> <Forward Conditional>, C-c C-n
  Command: Move forward across a preprocessor conditional, leaving mark behind.
c-up-conditional              <menu-bar> <C++> <Up Conditional>, C-c C-u
  Command: Move back to the containing preprocessor conditional, leaving mark 
behind.
c-up-conditional-with-else    M-x c-up-conditional-with-else RET
  Command: Move back to the containing preprocessor conditional, including 
`#else'.


reply via email to

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