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

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

Changing color for function invocation.


From: arnoori
Subject: Changing color for function invocation.
Date: Tue, 10 Jun 2008 10:03:21 -0700 (PDT)
User-agent: G2/1.0

Hi,

I am looking some thing in emacs like:

I want to see the function invocation statements to change color.
Like:

foo( (int *)a, (typedef_t) b);

That should change color to different one, than the rest of the code.

Is this feature already there in GNU emacs?

If not how can we implement this?

I am thinking of writing a regular expression and change the color for
the matching entry.

Is there a better way?

- Chenna.


reply via email to

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