yatex

diff yahtml.el @ 582:f4c2dca86202

Add "mcfamily" and "gtfamily"
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 08 Feb 2020 18:31:52 +0900
parents e3209b30680c
children d4831b3672f8
line diff
     1.1 --- a/yahtml.el	Sat Mar 09 22:25:22 2019 +0900
     1.2 +++ b/yahtml.el	Sat Feb 08 18:31:52 2020 +0900
     1.3 @@ -1,8 +1,8 @@
     1.4  ;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*-
     1.5 -;;; (c) 1994-2017 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 +;;; (c) 1994-2019 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.7  ;;; $Id$
     1.8  
     1.9 -(defconst yahtml-revision-number "1.80"
    1.10 +(defconst yahtml-revision-number "1.80.1"
    1.11    "Revision number of running yahtml.el")
    1.12  
    1.13  ;;; Commentary:
    1.14 @@ -1084,6 +1084,8 @@
    1.15  	(ask (eq yahtml-escape-chars 'ask)))
    1.16      (cond
    1.17       ((null yahtml-escape-chars) str)
    1.18 +     ((string-match "%[0-9A-F][0-9A-F]%[0-9A-F][0-9A-F]%[0-9A-F][0-9A-F]" str)
    1.19 +      str)
    1.20       (t
    1.21        (while (and (string< "" str)
    1.22  		  (setq p (string-match yahtml-unsafe-chars-regexp str)))