CEDET 
 User Tools 
  Simple Setup 
  Project Management 
  Smart Completion 
  Find References 
  Code Generation 
  UML Graphs 
  Language Support 
  Project Support 
 Developer Primers 
  Add a Language 
  Add external tool 
 Parts of CEDET 
  EDE 
  Semantic 
  SRecode 
  Cogre 
  Speedbar 
  EIEIO 
  Misc Tools 
  Documentation 
 Releases 
  1.0.1 
  1.1 
 Source Forge 
  Project 
  Mailing Lists 
   cedet-devel 
   cedet-semantic 
   cedet-eieio 
  Screenshots 
  Git Repository 
 More Tools 
  JDEE 
  ECB 
  CompletionUI 
 
<< Files >>

Linemark Compile

Highlight compiler hits

Emacs has always been good about compiling code and going to the errors that are found. The Linemark Compile script uses the linemark.el tool to go one step further by automatically highlighting all lines in all source buffers that the compiler has identified as being problematic.

To use this tool, first download the most recent cedet tool which includes EIEIO. Next, after a compilation has completed, use the command:

M-x lmcompile-do-highlight
to turn highlighting on for all found errors.

You can also add the above command to compilation-finish-functions to have it occur automatically.

Once you are done with the feature, you can disable the highlighting with the command:

M-x lmcompile-clear

 
Get CEDET at SourceForge.net.
gnu Eric's homepage
Return to CEDET.
Send mail to cedet-devel to contact the developers.
Visit Siege-engine.com to see what I do in analog land.

Copyright(C) 1997,98,99,2000,01,02,03,04,05,06,07,08,09,10,11 Eric M. Ludlam
Verbatim copying and distribution is permitted in any medium, provided this notice is preserved.