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

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

hide-ifdef-mode and #define


From: Kin Cho
Subject: hide-ifdef-mode and #define
Date: 15 May 2003 15:16:25 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Hi,

Anybody has code to efficiently handle the following:

#define FOO
#ifdef FOO
// do show this
#endif

Of course it should handle this too:

#undef FOO
#ifdef FOO...
#endif

Thanks.

-kin


reply via email to

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