auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 7eab03ad76cca78258ce3


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 7eab03ad76cca78258ce3b7cd419024fc8d96cad
Date: Thu, 4 May 2017 09:27:09 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  7eab03ad76cca78258ce3b7cd419024fc8d96cad (commit)
      from  5ea22218e686c3b16740c33bafcccafda2bf70fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7eab03ad76cca78258ce3b7cd419024fc8d96cad
Author: Arash Esbati <address@hidden>
Date:   Thu May 4 15:26:10 2017 +0200

    * tex-ispell.el: Move entries from style/empheq.el to this file.

diff --git a/style/empheq.el b/style/empheq.el
index 5618646..4365136 100644
--- a/style/empheq.el
+++ b/style/empheq.el
@@ -1,6 +1,6 @@
 ;;; empheq.el --- AUCTeX style for `empheq.sty' (v2.14)
 
-;; Copyright (C) 2016 Free Software Foundation, Inc.
+;; Copyright (C) 2016, 2017 Free Software Foundation, Inc.
 
 ;; Author: Arash Esbati <address@hidden>
 ;; Maintainer: address@hidden
@@ -472,10 +472,6 @@ number of ampersands if possible."
     '("EmphEqMainEnv" 0)
     '("endEmphEqMainEnv" 0))
 
-   ;; Ispell skip lists
-   (TeX-ispell-skip-setcar '(("\\\\empheqset" ispell-tex-arg-end)))
-   (TeX-ispell-skip-setcdr '(("empheq" . "\\\\end{empheq}")))
-
    ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))
diff --git a/tex-ispell.el b/tex-ispell.el
index 2be7f28..cd279c6 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -46,6 +46,7 @@
 ;; booktabs.sty
 ;; breqn.sty
 ;; cleveref.sty
+;; empheq.sty
 ;; enumitem.sty
 ;; fancyref.sty
 ;; fancyvrb.sty
@@ -146,6 +147,8 @@
       ("Cpagerefrange" . 2)
       ("crefrange*" . 2)
       ("Crefrange*" . 2)
+      ;; empheq.sty
+      ("empheqset" . 1)
       ;; fancyref.sty
       ("fref" . 1)
       ("Fref" . 1)
@@ -261,6 +264,8 @@ argument and spell check the mandatory one."))
       "dmath*"
       "dseries"
       "dseries*"
+      ;; empheq.sty
+      "empheq"
       ;; fancyvrb.sty
       "BVerbatim"
       "BVerbatim*"

-----------------------------------------------------------------------

Summary of changes:
 style/empheq.el | 6 +-----
 tex-ispell.el   | 5 +++++
 2 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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