Skip to content

Problems and Errors

rlazo edited this page Oct 7, 2011 · 2 revisions

You can display a list of the current errors and warnings in the current project by calling eclim-problems. In the problems list you can switch between displaying only errors or errors/warnings by pressing “e” and “w” respectively, or jump to the source code for the current problem by pressing RET. Press “g” to refresh the display.

Another option is to call eclim-problems-compilation-buffer, which creates a compilation buffer displaying both errors and warnings. To move around you can use next-error (binded to C-`) and prev-error commands. To make next-error skip warnings, set the var compilation-skip-threshold to 2 ((setq compilation-skip-threshold 2)). For more information about compilation buffers, refer to the manual page.