I often debug LaTeX files and Emacs+AUCTeX does not show many informations about errors.
I always have the following message in the minibuffer:
LaTeX errors in `*~/my/file output*'. Use C-c ` to display.
and if I press C-c `
TeX-error: Error occured after last TeX file closed
which is completely useless.
If I want to track errors, I have to change buffer (go to output buffer) and looking by myself where is the problematic part inside a big file where 99% of informations are not errors.
At the opposite, Texmaker shows precisely the error message as you can see:

Therefore sometimes I use Texmaker to debug LaTeX file instead of Emacs.
I'm looking any solution to improve the way Emacs notify errors. How can have a concise view of errors which is really useful to debug with Emacs?


C-c C-c, you'll see echoed in the mini-bufferType \C-c C-l' to display results of compilation.So, useC-c C-l, which will split the main buffer into two and open in the lower a file called something like~/!to see errors, too. I've had this problem before, but I don't recall how I fixed it. Does http://tex.stackexchange.com/a/124259/17423 help? – Sean Allred Jul 02 '14 at 22:42