Compilation Shell
A minor mode with a subset of Compilation functionality, typically used in inferior process buffers.
C-M-p(compilation-previous-error)- Move point to the previous error.
C-M-n(compilation-next-error)- Move point to the next error.
RET(compilation-goto-error)- Visit the source of the error at point.