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

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

[elpa] externals/auctex 194a8f8 62/95: Add LaTeX inline math delimiters


From: Tassilo Horn
Subject: [elpa] externals/auctex 194a8f8 62/95: Add LaTeX inline math delimiters to Ispell skip list
Date: Sun, 16 Apr 2017 01:26:55 -0400 (EDT)

branch: externals/auctex
commit 194a8f87bb80c75e2fb09f07213be597bee1b6ff
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    Add LaTeX inline math delimiters to Ispell skip list
    
    * tex-ispell.el: Add LaTeX inline math delimiters \( \) to Ispell
    skip list.  (bug#26125)
    Remove unnecessary part from regexp for \cmidrule.
---
 tex-ispell.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index 92b68b9..7fba305 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -282,9 +282,10 @@ Environments for math or verbatim text are candidates for 
this list."))
 ;; Add others delimited here:
 (TeX-ispell-skip-setcar
  '(;; LaTeX-base
+   ("\\\\(" . "\\\\)")
    ("\\\\raisebox" TeX-ispell-tex-arg-end 1 2 0)
    ;; booktabs.sty
-   ("\\\\cmidrule" . "\\(([^)]*)\\)?{[-0-9]+}")
+   ("\\\\cmidrule" . "{[-0-9]+}")
    ;; fontspec.sty
    ("\\\\fontspec" TeX-ispell-tex-arg-end 1 1 0)
    ;; minted.sty



reply via email to

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