diff yatex19.el @ 86:f14ec50103d0

as of 2009/9/28
author yuuji@gentei.org
date Mon, 28 Sep 2009 07:56:08 +0900
parents 9b4354af748c
children ce2deaceb818
line wrap: on
line diff
--- a/yatex19.el	Sun Sep 27 12:53:18 2009 +0000
+++ b/yatex19.el	Mon Sep 28 07:56:08 2009 +0900
@@ -1,7 +1,7 @@
 ;;; -*- Emacs-Lisp -*-
 ;;; YaTeX facilities for Emacs 19
 ;;; (c)1994-2006 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Mon Jun 26 11:31:34 2006 on firestorm
+;;; Last modified Sun Feb 11 09:19:12 2007 on firestorm
 ;;; $Id$
 
 ;(require 'yatex)
@@ -447,9 +447,11 @@
     ("``" "''" string)
     ("\\\\\\(new\\|clear\\(double\\)?\\)page\\>\\|\\\\\\(\\\\\\|cr\\)\\>"
      0 delimiter)
-    (YaTeX-19-re-search-in-env
-     ("&\\|\\\\hline" . "tabular\\|equation\\|eqn\\|array\\|align") delimiter)
-    (YaTeX-19-re-search-in-env ("\\\\[+-=><'`]" . "tabbing") delimiter)
+    ;; re-search-in-env seems to make it slow down. 2007/2/11
+    ;;(YaTeX-19-re-search-in-env
+    ;; ("&\\|\\\\hline" . "tabular\\|equation\\|eqn\\|array\\|align") delimiter)
+    ;;(YaTeX-19-re-search-in-env ("\\\\[+-=><'`]" . "tabbing") delimiter)
+    ("&\\|\\\\hline\\|\\\\[+-=><'`]" 0 delimiter)
     )
   "*Hiliting pattern alist for LaTeX text.")
 

yatex.org