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

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

Re: matching #ifdefs...


From: Javier Oviedo
Subject: Re: matching #ifdefs...
Date: Fri, 31 Jan 2003 16:01:03 -0500

Thanks! This does the trick.

"Peter Lee" <spam@nospam.org> wrote in message
uu1fp5c1k.fsf@nospam.org">news:uu1fp5c1k.fsf@nospam.org...
> "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]