yatex

changeset 416:465d80a913e4 dev

Add two more pairs for zenkaku-parens
author HIROSE Yuuji <yuuji@koeki-u.ac.jp>
date Wed, 08 Jul 2015 13:42:30 +0900
parents f0b90aee0390
children 8f804c8339bb
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatex.el	Wed Jul 08 13:34:30 2015 +0900
     1.2 +++ b/yatex.el	Wed Jul 08 13:42:30 2015 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Wed Jul  8 13:33:56 2015 on duke
     1.7 +;;; Last modified Wed Jul  8 13:41:17 2015 on duke
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; http://www.yatex.org/
    1.11 @@ -617,7 +617,7 @@
    1.12  (if YaTeX-mode-syntax-table-nonparen nil
    1.13    (setq YaTeX-mode-syntax-table-nonparen
    1.14  	(make-syntax-table YaTeX-mode-syntax-table))
    1.15 -  (let ((zenparens "()()「」『』【】[]{}《》") (i 0) s)
    1.16 +  (let ((zenparens "()()「」『』【】[]{}《》〈〉〔〕") (i 0) s)
    1.17      (while (string-match "." zenparens i)
    1.18        (setq s (substring zenparens (match-beginning 0) (match-end 0))
    1.19  	    i (1+ i))