all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* jumping through ifdefs
@ 2008-06-13 15:01 Rafal Kurcz
  2008-06-13 15:52 ` Phil Carmody
  0 siblings, 1 reply; 2+ messages in thread
From: Rafal Kurcz @ 2008-06-13 15:01 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-13 15:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-13 15:01 jumping through ifdefs Rafal Kurcz
2008-06-13 15:52 ` Phil Carmody

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.