|
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-highlightto 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 |
  |
|
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. |