branch: externals/auctex commit cac89e9f57c26abfd3e1dc4759827c0bdf4b7a96 Author: Mosè Giordano <m...@gnu.org> Commit: Mosè Giordano <m...@gnu.org>
Start supporting ConTeXt Mark IV. * tex.el (TeX-command-list): Add MkIV to `TeX-command-list'. --- ChangeLog | 4 ++++ tex.el | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index e7daae0..cdecc30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-10-04 Mos� Giordano <m...@gnu.org> + + * tex.el (TeX-command-list): Add MkIV to `TeX-command-list'. + 2015-09-29 Mos� Giordano <m...@gnu.org> * style/newfloat.el (LaTeX-newfloat-auto-cleanup): Replace another diff --git a/tex.el b/tex.el index c390d15..0072e31 100644 --- a/tex.el +++ b/tex.el @@ -141,6 +141,8 @@ If nil, none is specified." ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") + ("MkIV" "context %(extraopts) %S %t" TeX-run-TeX nil + (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ,(if (or window-system (getenv "DISPLAY"))