yatex

changeset 399:33bde8c52fcc dev

Fix message and remove trash
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 16 Jan 2015 15:23:17 +0900
parents 8c8757ac9b62
children 62a18e164d0b
files yatexprc.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Fri Jan 16 15:05:00 2015 +0900
     1.2 +++ b/yatexprc.el	Fri Jan 16 15:23:17 2015 +0900
     1.3 @@ -1,7 +1,7 @@
     1.4  ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
     1.5  ;;; 
     1.6  ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Fri Jan 16 10:33:37 2015 on firestorm
     1.8 +;;; Last modified Fri Jan 16 15:22:23 2015 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;;; Code:
    1.12 @@ -179,7 +179,7 @@
    1.13  		tobecalled shortname
    1.14  		(thiscmd (get 'YaTeX-typeset-process 'thiscmd))
    1.15  		(ppprop (get 'YaTeX-typeset-process 'ppcmd))
    1.16 -z		(ppcmd (cdr (assq proc ppprop)))
    1.17 +		(ppcmd (cdr (assq proc ppprop)))
    1.18  		(bcprop (get 'YaTeX-typeset-process 'bibcmd))
    1.19  		(bibcmd (cdr (assq proc bcprop))))
    1.20  	   (put 'YaTeX-typeset-process 'ppcmd ;erase ppcmd
    1.21 @@ -540,7 +540,7 @@
    1.22  		(enlarge-window
    1.23  		 (- (ceiling (min height (/ (frame-height) 2)))
    1.24  		    (window-height)))))
    1.25 -	  ;; Remember elapsed time, which will be threshold in auto-preview
    1.26 +	  ;; Remember elapsed time, which will be threshold in onthefly-preview
    1.27  	  (put 'YaTeX-typeset-conv2image-chain 'elapse
    1.28  	       (YaTeX-elapsed-time
    1.29  		(get 'YaTeX-typeset-conv2image-chain 'start) (current-time))))
    1.30 @@ -687,8 +687,7 @@
    1.31    (cancel-timer YaTeX-typeset-environment-timer)
    1.32    (setq YaTeX-typeset-environment-timer nil)
    1.33    (delete-overlay YaTeX-on-the-fly-overlay)
    1.34 -  (message "Auto-preview canceled"))
    1.35 -
    1.36 +  (message "On-the-fly preview canceled"))
    1.37  
    1.38  (defun YaTeX-typeset-buffer (&optional pp)
    1.39    "Typeset whole buffer.