diff yatex.el @ 177:9c5a764a871f dev

Treat `alltt' in YaTeX-verbatim-environments.
author yuuji@gentei.org
date Wed, 16 Mar 2011 10:26:25 +0900
parents ad313119ba15
children a925cf5222f3
line wrap: on
line diff
--- a/yatex.el	Wed Mar 16 09:57:42 2011 +0900
+++ b/yatex.el	Wed Mar 16 10:26:25 2011 +0900
@@ -2,7 +2,7 @@
 ;;; Yet Another tex-mode for emacs - //–ì’¹//
 ;;; yatex.el rev. 1.74.4
 ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Mar 16 09:56:43 2011 on firestorm
+;;; Last modified Wed Mar 16 10:16:18 2011 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -151,9 +151,9 @@
 for YaTeX-uncomment-paragraph.")
 
 (defvar YaTeX-verbatim-environments 
-  '("verbatim" "verbatim*")
+  '("verbatim" "verbatim*" "alltt")
   "*Assume these environments of this variable disable LaTeX commands.")
-(defvar YaTeX-verb-regexp "verb\\*?\\|path\\|alltt"
+(defvar YaTeX-verb-regexp "verb\\*?\\|path"
   "*Regexp of verb family.  Do not contain preceding \\\\ nor \\(\\).")
 (defvar YaTeX-fill-inhibit-environments
   (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*"

yatex.org