# HG changeset patch # User HIROSE Yuuji # Date 1346454058 -32400 # Node ID bf201e406e3f023d0840a14832fb27b50e186af0 # Parent 032d08cdcca2ba8a9925baaaf2121965917042ac First line header changed. Abolish `rev.' line. Using YaTeX-revision-number line instead. diff -r 032d08cdcca2 -r bf201e406e3f makefile --- a/makefile Wed Jul 11 12:28:38 2012 +0900 +++ b/makefile Sat Sep 01 08:00:58 2012 +0900 @@ -75,7 +75,7 @@ YAHTMLDIST = ${YAHTMLLISP} install 00readme makefile newpage.rb PACK = `ls ${DISTRIB}` TMPDIR = /tmp -VERSION = `head yatex.el|awk '/rev\./{print $$4}'` +VERSION = `head -20 yatex.el|awk -F'"' '/revision/{print $$2}'` PACKDIR = ${TMPDIR}/yatex${VERSION} all: diff -r 032d08cdcca2 -r bf201e406e3f yahtml.el --- a/yahtml.el Wed Jul 11 12:28:38 2012 +0900 +++ b/yahtml.el Sat Sep 01 08:00:58 2012 +0900 @@ -1,11 +1,13 @@ -;;; -*- Emacs-Lisp -*- +;;; yahtml.el --- Yet Another HTML mode -*- coding: sjis -*- ;;; (c) 1994-2012 by HIROSE Yuuji [yuuji(@)yatex.org] -;;; Last modified Thu May 10 11:06:39 2012 on firestorm +;;; Last modified Sat Sep 1 07:28:17 2012 on firestorm ;;; $Id$ (defconst yahtml-revision-number "1.76" "Revision number of running yahtml.el") +;;; Commentary: + ;;;[Installation] ;;; ;;; First, you have to install YaTeX and make sure it works fine. Then @@ -176,6 +178,7 @@ ;;; (というかほとんどやってもらった ^^;) ;;; +;;; Code: (require 'yatexlib) ;;; --- customizable variable starts here --- @@ -2943,7 +2946,8 @@ (skip-chars-forward "^\"")(point))))) (if (file-exists-p f) (setq alist - (append alist (yahtml-css-collect-classes-file f))))) + (append alist (yahtml-css-collect-classes-file + f initial))))) (setq e (point)) (goto-char b) (while (re-search-forward ;ちょといい加減なREGEXP diff -r 032d08cdcca2 -r bf201e406e3f yatex.el --- a/yatex.el Wed Jul 11 12:28:38 2012 +0900 +++ b/yatex.el Sat Sep 01 08:00:58 2012 +0900 @@ -1,15 +1,15 @@ -;;; -*- Emacs-Lisp -*- -;;; Yet Another tex-mode for emacs - //野鳥// -;;; yatex.el rev. 1.76.2 +;;; yatex.el --- Yet Another tex-mode for emacs //野鳥// -*- coding: sjis -*- + ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Wed Jul 11 12:27:24 2012 on firestorm +;;; Last modified Sat Sep 1 07:37:53 2012 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ +;;; Code: (require 'comment) (require 'yatexlib) -(defconst YaTeX-revision-number "1.76.2" +(defconst YaTeX-revision-number "1.76.3" "Revision number of running yatex.el") ;---------- Local variables ---------- @@ -44,7 +44,7 @@ ;;'main-file : switch tmp-dic according to main-file directory. ;;'directory : switch tmp-dic dir by dir." ;;) -(defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not. Nil meas latex 2.09") +(defvar YaTeX-use-LaTeX2e t "*Use LaTeX2e or not. Nil means latex 2.09") (defvar tex-command (cond