yatex

changeset 176:ad313119ba15 dev

Add `alltt' to YaTeX-verb-regexp.
author yuuji@gentei.org
date Wed, 16 Mar 2011 09:57:42 +0900
parents 6e959a05ae19
children 9c5a764a871f
files yatex.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Mon Mar 07 12:15:36 2011 +0900
     1.2 +++ b/yatex.el	Wed Mar 16 09:57:42 2011 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; Yet Another tex-mode for emacs - //–ì’¹//
     1.5  ;;; yatex.el rev. 1.74.4
     1.6  ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Wed Feb 16 21:20:13 2011 on firestorm
     1.8 +;;; Last modified Wed Mar 16 09:56:43 2011 on firestorm
     1.9  ;;; $Id$
    1.10  ;;; The latest version of this software is always available at;
    1.11  ;;; http://www.yatex.org/
    1.12 @@ -153,7 +153,7 @@
    1.13  (defvar YaTeX-verbatim-environments 
    1.14    '("verbatim" "verbatim*")
    1.15    "*Assume these environments of this variable disable LaTeX commands.")
    1.16 -(defvar YaTeX-verb-regexp "verb\\*?\\|path"
    1.17 +(defvar YaTeX-verb-regexp "verb\\*?\\|path\\|alltt"
    1.18    "*Regexp of verb family.  Do not contain preceding \\\\ nor \\(\\).")
    1.19  (defvar YaTeX-fill-inhibit-environments
    1.20    (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*"
    1.21 @@ -1683,7 +1683,7 @@
    1.22  
    1.23  (defun YaTeX-goto-corresponding-file (&optional other)
    1.24    "Visit or switch buffer of corresponding file,
    1.25 -looking at \\input or \\include or \includeonly on current line."
    1.26 +looking at \\input or \\include or \\includeonly on current line."
    1.27    (if (not (YaTeX-on-includes-p)) nil
    1.28      (let ((parent buffer-file-name) input-file b)
    1.29        (save-excursion