|
| 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) |
address@hidden 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
| [Prev in Thread] | Current Thread | [Next in Thread] |