changeset 415:f0b90aee0390 dev

Add `。ホ。マ。ミ。ム' to zenkaku-parens
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Wed, 08 Jul 2015 13:34:30 +0900
parents 0863123199f0
children 465d80a913e4
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Wed Jul 08 13:30:56 2015 +0900
+++ b/yatex.el	Wed Jul 08 13:34:30 2015 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
 ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Wed Jul  8 13:29:03 2015 on duke
+;;; Last modified Wed Jul  8 13:33:56 2015 on duke
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; http://www.yatex.org/
@@ -617,7 +617,7 @@
 (if YaTeX-mode-syntax-table-nonparen nil
   (setq YaTeX-mode-syntax-table-nonparen
 	(make-syntax-table YaTeX-mode-syntax-table))
-  (let ((zenparens "()()「」『』【】《》") (i 0) s)
+  (let ((zenparens "()()「」『』【】[]{}《》") (i 0) s)
     (while (string-match "." zenparens i)
       (setq s (substring zenparens (match-beginning 0) (match-end 0))
 	    i (1+ i))

yatex.org