Le 08 novembre à 22:03:40 Michael Ash
| Inserting the following snippet in my .emacs (emacs configuration) | file worked.
| --8<---------------cut here---------------start------------->8--- | (eval-after-load 'tex | '(add-to-list | 'TeX-command-list | '("ConTeXt" "context --nonstopmode %t" | TeX-run-TeX nil (context-mode) :help "Run ConTeXt"))) | --8<---------------cut here---------------end--------------->8---
| This fix is imperfect because even though context runs properly, | AUCTeX reports "ConTeXt: problems after [0] pages"
| 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" This problem does not appear on my machine where instead of "context --nonstopmode %t" I wrote "PATH=~/context/tex/texmf-linux/bin:$PATH context %s" bye -- Jean