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

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

displaying #ifdef statements


From: Javier Oviedo
Subject: displaying #ifdef statements
Date: Tue, 11 Mar 2003 14:23:37 -0500

Hello all:

I am using emacs 21.2.1 on WinXP.

Is there a way to display the location of #ifdef statements in a similar
fashion as parens/brackets?

Currently I place the cursor on a paren/bracket and the minibuffer displays
the match and what it is associated with.

For example:

if (x == 1)
{

}

What I see displayed in the minibuffer, when I place the cursor in the
closing brace, is the following:

if (x == 1)  RET  {   [linenumber]


Could the same be applied to #ifdef statements...placing the cursor on a
#endif ?

Thanks in advance.

Javier





reply via email to

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