yatex

changeset 193:e216f9f347fa dev

Camouflage email addresses.
author yuuji@gentei.org
date Mon, 09 Jan 2012 14:15:09 +0900
parents 7cf62e088eb5
children 2af7a6ba45cd
files yahtml.el yatex.el yatexmth.el yatexpkg.el
diffstat 4 files changed, 16 insertions(+), 16 deletions(-) [+]
line diff
     1.1 --- a/yahtml.el	Mon Jan 09 14:02:38 2012 +0900
     1.2 +++ b/yahtml.el	Mon Jan 09 14:15:09 2012 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; -*- Emacs-Lisp -*-
     1.5  ;;; (c) 1994-2011 by HIROSE Yuuji [yuuji(@)yatex.org]
     1.6 -;;; Last modified Mon May 16 15:49:38 2011 on firestorm
     1.7 +;;; Last modified Mon Jan  9 14:09:47 2012 on firestorm
     1.8  ;;; $Id$
     1.9  
    1.10  (defconst yahtml-revision-number "1.74.2"
    1.11 @@ -1022,8 +1022,8 @@
    1.12  
    1.13  ;
    1.14  ; Subject: [yatex:02849] Re: [yahtml] tilda in href tag
    1.15 -; From: Masayasu Ishikawa <mimasa@sfc.keio.ac.jp>
    1.16 -; To: yatex@arcadia.jaist.ac.jp
    1.17 +; From: Masayasu Ishikawa <mimasa<at>sfc.keio.ac.jp>
    1.18 +; To: yatex<at>arcadia.jaist.ac.jp
    1.19  ; Date: Mon, 31 May 1999 21:09:31 +0900
    1.20  ; RFC 2396 の "2.4.3. Excluded US-ASCII Characters" によると、以下の文字
    1.21  ; は必ずエスケープしないといけません。
     2.1 --- a/yatex.el	Mon Jan 09 14:02:38 2012 +0900
     2.2 +++ b/yatex.el	Mon Jan 09 14:15:09 2012 +0900
     2.3 @@ -2,7 +2,7 @@
     2.4  ;;; Yet Another tex-mode for emacs - //野鳥//
     2.5  ;;; yatex.el rev. 1.74.6
     2.6  ;;; (c)1991-2011 by HIROSE Yuuji.[yuuji@yatex.org]
     2.7 -;;; Last modified Mon Jan  9 11:29:44 2012 on firestorm
     2.8 +;;; Last modified Mon Jan  9 14:03:07 2012 on firestorm
     2.9  ;;; $Id$
    2.10  ;;; The latest version of this software is always available at;
    2.11  ;;; http://www.yatex.org/
    2.12 @@ -1214,7 +1214,7 @@
    2.13  	(looking-at "\\\\left\\\\"))
    2.14        (insert "{\\right\\}")
    2.15        (forward-char -8))
    2.16 -     ((save-excursion			;from matsu@math.s.chiba-u.ac.jp
    2.17 +     ((save-excursion			;from matsu<at>math.s.chiba-u.ac.jp
    2.18  	(and (> (- (point) (point-min)) 6) (forward-char -6))
    2.19  	(looking-at "\\\\[bB]igl\\\\"))
    2.20        (insert
    2.21 @@ -1332,7 +1332,7 @@
    2.22  	(looking-at "\\\\left"))
    2.23        (YaTeX-insert-inherit "[\\right]")
    2.24        (forward-char -7))
    2.25 -     ((save-excursion			;from matsu@math.s.chiba-u.ac.jp
    2.26 +     ((save-excursion			;from matsu<at>math.s.chiba-u.ac.jp
    2.27  	(and (> (- (point) (point-min)) 5) (forward-char -5))
    2.28  	(looking-at "\\\\[bB]igl"))
    2.29        (YaTeX-insert-inherit
    2.30 @@ -1377,7 +1377,7 @@
    2.31        (looking-at "\\\\left"))
    2.32      (YaTeX-insert-inherit "(\\right)")
    2.33      (forward-char -7))
    2.34 -   ((save-excursion			;from matsu@math.s.chiba-u.ac.jp
    2.35 +   ((save-excursion			;from matsu<at>math.s.chiba-u.ac.jp
    2.36        (and (> (- (point) (point-min)) 5) (forward-char -5))
    2.37        (looking-at "\\\\[bB]igl"))
    2.38      (YaTeX-insert-inherit
    2.39 @@ -1414,7 +1414,7 @@
    2.40        (looking-at "\\\\left"))
    2.41      (YaTeX-insert-inherit "|\\right|")
    2.42      (forward-char -7))
    2.43 -   ((save-excursion			;from matsu@math.s.chiba-u.ac.jp
    2.44 +   ((save-excursion			;from matsu<at>math.s.chiba-u.ac.jp
    2.45        (and (> (- (point) (point-min)) 5) (forward-char -5))
    2.46        (looking-at "\\\\[bB]igl"))
    2.47      (insert
    2.48 @@ -1428,7 +1428,7 @@
    2.49       (concat
    2.50        "|" (buffer-substring (match-beginning 0) (- (match-end 0) 1)) "r|"))
    2.51       (forward-char -7))
    2.52 -   ((save-excursion		; added by Jin <MAF01011@nifty.ne.jp>
    2.53 +   ((save-excursion		; added by Jin <MAF01011<at>nifty.ne.jp>
    2.54        (and (> (- (point) (point-min)) 6) (forward-char -6))
    2.55        (looking-at "\\\\left\\\\"))
    2.56      (YaTeX-insert-inherit "|\\right\\|")
     3.1 --- a/yatexmth.el	Mon Jan 09 14:02:38 2012 +0900
     3.2 +++ b/yatexmth.el	Mon Jan 09 14:15:09 2012 +0900
     3.3 @@ -2,7 +2,7 @@
     3.4  ;;; YaTeX math-mode-specific functions.
     3.5  ;;; yatexmth.el
     3.6  ;;; (c)1993-2010 by HIROSE Yuuji [yuuji@yatex.org]
     3.7 -;;; Last modified Fri Oct  7 15:53:34 2011 on firestorm
     3.8 +;;; Last modified Mon Jan  9 14:11:08 2012 on firestorm
     3.9  ;;; $Id$
    3.10  
    3.11  ;;; [Customization guide]
    3.12 @@ -802,7 +802,7 @@
    3.13  	  (setq list (cdr list)))
    3.14  	(setq lists (cdr lists))))))
    3.15  
    3.16 -;;; ----- for AMS LaTeX (by matsu@math.s.chiba-u.ac.jp) -----
    3.17 +;;; ----- for AMS LaTeX (by matsu<at>math.s.chiba-u.ac.jp) -----
    3.18  (defvar YaTeX-ams-paren-modifier
    3.19    '(("Biggl" . "Biggr") ("biggl" . "biggr")
    3.20      ("Bigl" . "Bigr") ("bigl" . "bigr")
     4.1 --- a/yatexpkg.el	Mon Jan 09 14:02:38 2012 +0900
     4.2 +++ b/yatexpkg.el	Mon Jan 09 14:15:09 2012 +0900
     4.3 @@ -2,19 +2,19 @@
     4.4  ;;; YaTeX package manager
     4.5  ;;; yatexpkg.el
     4.6  ;;; (c)2003-2010 by HIROSE, Yuuji [yuuji@yatex.org]
     4.7 -;;; Last modified Sat Sep 11 15:50:40 2010 on firestorm
     4.8 +;;; Last modified Mon Jan  9 14:10:34 2012 on firestorm
     4.9  ;;; $Id$
    4.10  
    4.11  (defvar YaTeX-package-ams-envs
    4.12    (mapcar 'car YaTeX-ams-env-table))
    4.13  
    4.14  (defvar YaTeX-package-alist-default
    4.15 -  '(("version"	(env "comment")		;by tsuchiya@pine.kuee.kyoto-u.ac.jp
    4.16 +  '(("version"	(env "comment")		;by tsuchiya<at>pine.kuee.kyoto-u.ac.jp
    4.17       		(section "includeversion" "excludeversion"))
    4.18  
    4.19 -    ("plext"	(section "bou"))	;by yas.axis@ma.mni.ne.jp
    4.20 +    ("plext"	(section "bou"))	;by yas.axis<at>ma.mni.ne.jp
    4.21  
    4.22 -    ("url"	(section "url"))	;by fujieda@jaist.ac.jp
    4.23 +    ("url"	(section "url"))	;by fujieda<at>jaist.ac.jp
    4.24  
    4.25      ("fancybox"	(section "shadowbox" "doublebox" "ovalbox" "Ovalbox"))
    4.26      ("slashbox"	(section "slashbox" "backslashbox"))
    4.27 @@ -23,7 +23,7 @@
    4.28      ("ascmac"	(env "screen" "boxnote" "shadebox" "itembox")
    4.29  		(maketitle "return" "Return" "yen")
    4.30       		(section "keytop") ("mask") ("maskbox"))
    4.31 -    ("bm"	(section "bm"))		;by aoyama@le.chiba-u.ac.jp
    4.32 +    ("bm"	(section "bm"))		;by aoyama<at>le.chiba-u.ac.jp
    4.33  
    4.34      ("alltt"	(env "alltt"))
    4.35      ("misc"	(section "verbfile" "listing"))