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

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

Re: Cedet and lmcompile


From: Kevin Rodgers
Subject: Re: Cedet and lmcompile
Date: Sun, 14 Jan 2007 22:21:03 -0700
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

fred@mayot.net wrote:
Hi,
In the Cedet web site, it is said that
"You can also add the above command [lmcompile-do-highlight] to
compilation-finish-functions to have it occur automatically."
How? I don't know anything about elisp!!
Would it be something like this
(setq compilation-finish-functions '(lmcompile-do-highlight))

Almost: (add-hook 'compilation-finish-functions 'lmcompile-do-highlight)


--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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