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

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

jumping through ifdefs


From: Rafal Kurcz
Subject: jumping through ifdefs
Date: Fri, 13 Jun 2008 08:01:46 -0700 (PDT)
User-agent: G2/1.0

Hello
I have the following code:

#ifdef LINUX

"another nested ifdefs"

#else //LINUX

"another nested ifdefs"

#endif //LINUX

I would like to cycle through "LINUX" ifdefs by single emacs command.
I tried forward-ifdef, down-ifdef and next-ifdef from hide-ifdef-mode
but they don't work as I expect.
They either omit the "else" statement or stop at nested ifdefs.

Thank You for help


reply via email to

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