Mercurial > emacs
comparison lisp/textmodes/tildify.el @ 37895:41ca5705b623
(tildify-ignored-environments-alist): Recognize \verb* right.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 25 May 2001 21:43:21 +0000 |
parents | 504c274ec49b |
children | ebcceabda1b5 |
comparison
equal
deleted
inserted
replaced
37894:504c274ec49b | 37895:41ca5705b623 |
---|---|
109 | 109 |
110 (defcustom tildify-ignored-environments-alist | 110 (defcustom tildify-ignored-environments-alist |
111 '((latex-mode | 111 '((latex-mode |
112 ("\\\\\\\\" . "") ; do not remove this | 112 ("\\\\\\\\" . "") ; do not remove this |
113 ("\\\\begin{verbatim}" . "\\\\end{verbatim}") | 113 ("\\\\begin{verbatim}" . "\\\\end{verbatim}") |
114 ("\\\\verb*?\\(.\\)" . (1)) | 114 ("\\\\verb\\*?\\(.\\)" . (1)) |
115 ("\\$\\$" . "\\$\\$") | 115 ("\\$\\$" . "\\$\\$") |
116 ("\\$" . "\\$") | 116 ("\\$" . "\\$") |
117 ("\\\\(" . "\\\\)") | 117 ("\\\\(" . "\\\\)") |
118 ("\\\\[[]" . "\\\\[]]") | 118 ("\\\\[[]" . "\\\\[]]") |
119 ("\\\\begin{math}" . "\\\\end{math}") | 119 ("\\\\begin{math}" . "\\\\end{math}") |