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

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

Re: How to hide "if DEBUG" code?


From: Stefan Monnier
Subject: Re: How to hide "if DEBUG" code?
Date: Tue, 04 May 2004 16:12:52 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> Production code often gets overwhelmed with fragments whose sole
> function is to aid development (usually debugging) and has otherwise
> nothing to do with the program's logic.  This makes it very difficult
> to read the code, which in turn breeds its own problems (e.g. code
> that is hard to read is also harder to debug, ironically enough).

> Is there a simple way to instruct Emacs to hide such code?

C-h f hide-ifdef-mode RET


        Stefan


reply via email to

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