# HG changeset patch # User yuuji@gentei.org # Date 1300237062 -32400 # Node ID ad313119ba15606e0f3247aac531ebedb97a9bb4 # Parent 6e959a05ae19eaaee7fc5531b3b1cf4f0500e562 Add `alltt' to YaTeX-verb-regexp. diff -r 6e959a05ae19 -r ad313119ba15 yatex.el --- a/yatex.el Mon Mar 07 12:15:36 2011 +0900 +++ b/yatex.el Wed Mar 16 09:57:42 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 Feb 16 21:20:13 2011 on firestorm +;;; Last modified Wed Mar 16 09:56:43 2011 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -153,7 +153,7 @@ (defvar YaTeX-verbatim-environments '("verbatim" "verbatim*") "*Assume these environments of this variable disable LaTeX commands.") -(defvar YaTeX-verb-regexp "verb\\*?\\|path" +(defvar YaTeX-verb-regexp "verb\\*?\\|path\\|alltt" "*Regexp of verb family. Do not contain preceding \\\\ nor \\(\\).") (defvar YaTeX-fill-inhibit-environments (append '("tabular" "tabular*" "array" "picture" "eqnarray" "eqnarray*" @@ -1683,7 +1683,7 @@ (defun YaTeX-goto-corresponding-file (&optional other) "Visit or switch buffer of corresponding file, -looking at \\input or \\include or \includeonly on current line." +looking at \\input or \\include or \\includeonly on current line." (if (not (YaTeX-on-includes-p)) nil (let ((parent buffer-file-name) input-file b) (save-excursion