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

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

Re: Cedet and lmcompile


From: Fred
Subject: Re: Cedet and lmcompile
Date: 16 Jan 2007 06:25:10 -0800
User-agent: G2/1.0

Thanks but...
A command seems to be executed after the compilation process. The pb is
that this command generates an error.
If I type manually lmcompile-do-highlight, OK.
With the add-hook, pb. The error appears in the mini buffer is not very
clear (wrong type of argumnent... + binary data)

Kevin Rodgers wrote:
> 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]