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

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

How to enable font lock for functions called by other functions


From: doyoucy
Subject: How to enable font lock for functions called by other functions
Date: Mon, 11 Aug 2008 03:13:50 -0700 (PDT)
User-agent: G2/1.0

Hi all,

I noticed that the "Font Lock Function Name Face" just enables the
font lock for function name when I decalare new function. But other
functions called by this outer function don't have any color.

For example:
void foo1()
{
    foo2();
}

The function foo1 has font-lock enabled and function foo2 is just
plain text.
So, is there any options to enable the font lock for inside fuunctions
(foo2)?

I'm using GNU Emacs 22.2.1, thanks!





reply via email to

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