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 wrap: on
line diff
--- a/yatexprc.el	Fri Jan 16 15:05:00 2015 +0900
+++ b/yatexprc.el	Fri Jan 16 15:23:17 2015 +0900
@@ -1,7 +1,7 @@
 ;;; yatexprc.el --- YaTeX process handler -*- coding: sjis -*-
 ;;; 
 ;;; (c)1993-2015 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Jan 16 10:33:37 2015 on firestorm
+;;; Last modified Fri Jan 16 15:22:23 2015 on firestorm
 ;;; $Id$
 
 ;;; Code:
@@ -179,7 +179,7 @@
 		tobecalled shortname
 		(thiscmd (get 'YaTeX-typeset-process 'thiscmd))
 		(ppprop (get 'YaTeX-typeset-process 'ppcmd))
-z		(ppcmd (cdr (assq proc ppprop)))
+		(ppcmd (cdr (assq proc ppprop)))
 		(bcprop (get 'YaTeX-typeset-process 'bibcmd))
 		(bibcmd (cdr (assq proc bcprop))))
 	   (put 'YaTeX-typeset-process 'ppcmd ;erase ppcmd
@@ -540,7 +540,7 @@
 		(enlarge-window
 		 (- (ceiling (min height (/ (frame-height) 2)))
 		    (window-height)))))
-	  ;; Remember elapsed time, which will be threshold in auto-preview
+	  ;; Remember elapsed time, which will be threshold in onthefly-preview
 	  (put 'YaTeX-typeset-conv2image-chain 'elapse
 	       (YaTeX-elapsed-time
 		(get 'YaTeX-typeset-conv2image-chain 'start) (current-time))))
@@ -687,8 +687,7 @@
   (cancel-timer YaTeX-typeset-environment-timer)
   (setq YaTeX-typeset-environment-timer nil)
   (delete-overlay YaTeX-on-the-fly-overlay)
-  (message "Auto-preview canceled"))
-
+  (message "On-the-fly preview canceled"))
 
 (defun YaTeX-typeset-buffer (&optional pp)
   "Typeset whole buffer.

yatex.org