all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to enable font lock for functions called by other functions
@ 2008-08-11 10:13 doyoucy
  2008-08-11 18:19 ` Colin S. Miller
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: doyoucy @ 2008-08-11 10:13 UTC (permalink / raw)
  To: help-gnu-emacs

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!





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-08-18  5:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 10:13 How to enable font lock for functions called by other functions doyoucy
2008-08-11 18:19 ` Colin S. Miller
2008-08-11 20:03 ` Nikolaj Schumacher
     [not found] ` <mailman.16402.1218485044.18990.help-gnu-emacs@gnu.org>
2008-08-12  2:03   ` doyoucy
2008-08-13 11:53     ` Nikolaj Schumacher
     [not found]     ` <mailman.16566.1218628405.18990.help-gnu-emacs@gnu.org>
2008-08-18  5:14       ` doyoucy

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.