diff --git a/yatex.el b/yatex.el index 3849def..c06e1a5 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri Dec 26 00:04:43 2014 on firestorm +;;; Last modified Sun Dec 28 16:17:42 2014 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -8,7 +8,7 @@ ;;; Code: (require 'comment) (require 'yatexlib) -(defconst YaTeX-revision-number "1.78" +(defconst YaTeX-revision-number "1.78.1" "Revision number of running yatex.el") ;---------- Local variables ---------- diff --git a/yatexprc.el b/yatexprc.el index 7c0c87f..fd4126c 100644 --- a/yatexprc.el +++ b/yatexprc.el @@ -1,7 +1,7 @@ ;;; yatexprc.el --- YaTeX process handler ;;; ;;; (c)1993-2014 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri Dec 26 01:07:52 2014 on firestorm +;;; Last modified Fri Dec 26 16:14:48 2014 on firestorm ;;; $Id$ ;;; Code: @@ -866,15 +866,18 @@ ;; yet. If you find correct command line, PLEASE TELL ;; IT TO THE AUTHOR before publishing patch on the web. ;; ..PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE.. - ;; ((string-match "sumatra" previewer) ;;?? - ;; (format "%s \"%s.pdf\" -forward-search \"%s\" %d" - ;; previewer bnr cf line)) - ;; ((string-match "qpdfview" previewer) ;;?? - ;; (format "%s '%s.pdf#src:%s:%d:0'" ;if NG, tell - ;; previewer bnr cf line)) - ;; ((string-match "okular" previewer) ;;?? - ;; (format "%s '%s.pdf#src:%d' '%s'" - ;; previewer bnr line cf)) + ((string-match "sumatra" previewer) ;;?? + (format "%s \"%s.pdf\" -forward-search \"%s\" %d" + ;;Send patch to the author, please + previewer bnr cf line)) + ((string-match "qpdfview" previewer) ;;?? + (format "%s '%s.pdf#src:%s:%d:0'" + ;;Send patch to the author, please + previewer bnr cf line)) + ((string-match "okular" previewer) ;;?? + (format "%s '%s.pdf#src:%d' '%s'" + ;;Send patch to the author, please + previewer bnr line cf)) ))) (YaTeX-system cmd "jump-line" 'noask pdir)))))