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

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

[elpa] externals/auctex 0cde29b 87/95: ; * tex-ispell.el (TeX-ispell-ver


From: Tassilo Horn
Subject: [elpa] externals/auctex 0cde29b 87/95: ; * tex-ispell.el (TeX-ispell-verb-delimiters): Remove `*'.
Date: Sun, 16 Apr 2017 01:27:02 -0400 (EDT)

branch: externals/auctex
commit 0cde29bd3991675e629909aaf8a09f6c971cbe5c
Author: Arash Esbati <address@hidden>
Commit: Arash Esbati <address@hidden>

    ; * tex-ispell.el (TeX-ispell-verb-delimiters): Remove `*'.
---
 tex-ispell.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tex-ispell.el b/tex-ispell.el
index e1c5fd1..98615c6 100644
--- a/tex-ispell.el
+++ b/tex-ispell.el
@@ -291,10 +291,12 @@ Environments for math or verbatim text are candidates for 
this list."))
 
 
 ;; Special setup for verbatim macros:
-(defcustom TeX-ispell-verb-delimiters "!|#~\"*/+^-"
+(defcustom TeX-ispell-verb-delimiters "!|#~\"/+^-"
   "String with all delimiters for verbatim macros.
 Characters special in regexps like `^' and `-' must come last and
-not be quoted.  An opening brace `{' should not be used."
+not be quoted.  An opening brace `{', asterisk `*' and at-sign
+`@' should not be used as they are not recognized by
+`font-latex.el' correctly."
   :group 'TeX-misc
   :type 'string)
 



reply via email to

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