[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 8a12cae 06/15: * tex-ispell.el: Add entry for "x
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 8a12cae 06/15: * tex-ispell.el: Add entry for "xltabular" environment. |
Date: |
Wed, 6 Dec 2017 09:48:33 -0500 (EST) |
branch: externals/auctex
commit 8a12caec64086db319d5973618f4bfd6abec94ce
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>
* tex-ispell.el: Add entry for "xltabular" environment.
---
tex-ispell.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/tex-ispell.el b/tex-ispell.el
index cd279c6..995221c 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -66,6 +66,7 @@
;; tcolorbox.sty
;; tikz.sty
;; varioref.sty
+;; xltabular.sty
;; If you have further additions, drop a line to <address@hidden>.
@@ -324,7 +325,9 @@ not be quoted. An opening brace `{', asterisk `*' and
at-sign
;; tabularx.sty, tabulary.sty, Standard LaTeX tabular*-env
("tabular[*xy]" TeX-ispell-tex-arg-end)
;; tcolorbox.sty -- raster library
- ("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end)))
+ ("tcboxed\\(raster\\|itemize\\)" ispell-tex-arg-end)
+ ;; xltabular.sty
+ ("xltabular" ispell-tex-arg-end 2)))
;; No customization below this line
- [elpa] externals/auctex updated (5f007f1 -> 3ac4a91), Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 9fdfe2c 01/15: Re-implement auto-detect of path separator from kpsewhich output, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex b01f2f2 02/15: Add style path explicitly, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 478c987 03/15: Revert wrong test, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex f0c4f4d 07/15: * style/longtable.el ("longtable"): Use `make-local-variable'., Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 8a12cae 06/15: * tex-ispell.el: Add entry for "xltabular" environment.,
Tassilo Horn <=
- [elpa] externals/auctex 575078f 12/15: ; Release_11.92, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 0aa3275 08/15: Get rid of `delete-dups', Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 1ea45c8 11/15: ; make change-history-commit, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 464e1b4 05/15: Fix style/xltabular.el, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex acb5cf6 10/15: Prepare for upcoming release, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex e195604 04/15: Reduce code duplication in tests, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 3ac4a91 15/15: Release GNU AUCTeX 11.92.0, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 40cb4f2 14/15: Merge from master up to release_11_92, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex c27f60f 09/15: Fix auto detect of kpathsea delimeter, Tassilo Horn, 2017/12/06
- [elpa] externals/auctex 8ccea50 13/15: Merge tag 'release_11_92' into externals/auctex, Tassilo Horn, 2017/12/06