diff --git a/makefile b/makefile index 8d04cae..dd43ada 100644 --- a/makefile +++ b/makefile @@ -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 --git a/yahtml.el b/yahtml.el index 151ba30..ce82039 100644 --- a/yahtml.el +++ b/yahtml.el @@ -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 --git a/yatex.el b/yatex.el index dab88bd..23e65f0 100644 --- a/yatex.el +++ b/yatex.el @@ -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