On Fri, Nov 08 2013, Michael Ash wrote:
This fix is imperfect because even though context runs properly, AUCTeX reports "ConTeXt: problems after [0] pages"
It's on my todo-list to fix it, but at very low priority. In this case "problems after [0] pages" just means "success", so it's only a cosmetic issue.
AUCTeX doesn't believe that the file has been compiled and C-c C-c offers to run context again. It is necessary to select "View"
Also on my todo-list, but again at low priority: "View" is in my history, so just pressing "up" does it. And once the viewer (evince in my case) is launched, there is no further need for "View".
Some googling suggests that the return codes from context are not properly interpreted by AUCTeX.
I don't think so, the return code is 0 (success). It's probably more a matter of parsing the last lines of the terminal output.
I'm not sure if this is a context non-standardization or an AUCTeX problem. thoughts?
An AUCTeX problem. If you have some time (I don't) and you like to program with Emacs Lisp, then you could solve it. -- Peter