emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex cac89e9 63/78: Start supporting ConTeXt Mark IV.


From: Tassilo Horn
Subject: [elpa] externals/auctex cac89e9 63/78: Start supporting ConTeXt Mark IV.
Date: Mon, 19 Oct 2015 09:11:12 +0000

branch: externals/auctex
commit cac89e9f57c26abfd3e1dc4759827c0bdf4b7a96
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    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  <address@hidden>
+
+       * tex.el (TeX-command-list): Add MkIV to `TeX-command-list'.
+
 2015-09-29  Mos� Giordano  <address@hidden>
 
        * 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]