monnier pushed a commit to branch externals/auctex
in repository elpa.
commit f4f67cb5631f0b9d62f97b90eac23f8aa7938dc2
Author: Tassilo Horn <[email protected]>
Date: Wed Mar 6 12:05:43 2013 +0000
* tex.el (TeX-command-list): Add support for xindy.
---
ChangeLog | 6 +++++-
tex.el | 2 ++
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c48bfbb..76b60dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2013-03-06 Mads Jensen <[email protected]>
- * latex.el (LaTeX-common-initialization): Added regular expression
+ * tex.el (TeX-command-list): Add support for xindy.
+
+2013-03-06 Mads Jensen <[email protected]>
+
+ * latex.el (LaTeX-common-initialization): Add regular expression
for thispagestyle and pagestyle to `TeX-complete-list'.
2013-03-04 Tassilo Horn <[email protected]>
diff --git a/tex.el b/tex.el
index 4fe5e2e..432dbfd 100644
--- a/tex.el
+++ b/tex.el
@@ -145,6 +145,8 @@ If nil, none is specified."
("File" "%(o?)dvips %d -o %f " TeX-run-command t t
:help "Generate PostScript file")
("Index" "makeindex %s" TeX-run-command nil t :help "Create index file")
+ ("Xindy" "texindy %s" TeX-run-command nil t
+ :help "Run xindy to create index file")
("Check" "lacheck %s" TeX-run-compile nil (latex-mode)
:help "Check LaTeX file for correctness")
("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode)