comparison yatexprc.el @ 364:d69fd7b1ac4d dev yatex-1.78

yatex-1.78
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 26 Dec 2014 01:02:52 +0900
parents b1e6c8c03253
children 77a2fd4fd634 d4413f5043dc
comparison
equal deleted inserted replaced
363:f7ae3e4be0bb 364:d69fd7b1ac4d
1 ;;; yatexprc.el --- YaTeX process handler 1 ;;; yatexprc.el --- YaTeX process handler
2 ;;; 2 ;;;
3 ;;; (c)1993-2013 by HIROSE Yuuji.[yuuji@yatex.org] 3 ;;; (c)1993-2013 by HIROSE Yuuji.[yuuji@yatex.org]
4 ;;; Last modified Thu Dec 25 22:12:33 2014 on firestorm 4 ;;; Last modified Fri Dec 26 00:50:41 2014 on firestorm
5 ;;; $Id$ 5 ;;; $Id: yatexprc.el,v 4b34515f7bbb 2014-12-26 00:59 +0900 yuuji $
6 6
7 ;;; Code: 7 ;;; Code:
8 ;(require 'yatex) 8 ;(require 'yatex)
9 (require 'yatexlib) 9 (require 'yatexlib)
10 10
460 (cons (cons (get-buffer-process (current-buffer)) 460 (cons (cons (get-buffer-process (current-buffer))
461 'YaTeX-typeset-conv2image-chain) 461 'YaTeX-typeset-conv2image-chain)
462 (get 'YaTeX-typeset-process 'ppcmd)))) 462 (get 'YaTeX-typeset-process 'ppcmd))))
463 ;; After all chain executed, display image in current window 463 ;; After all chain executed, display image in current window
464 (cond 464 (cond
465 ((and nil (featurep 'image) window-system) 465 ((and (featurep 'image) window-system)
466 ;; If direct image displaying available in running Emacs, 466 ;; If direct image displaying available in running Emacs,
467 ;; display target image into the next window in Emacs. 467 ;; display target image into the next window in Emacs.
468 (select-window w) 468 (select-window w)
469 (setq foo (selected-window)) 469 (setq foo (selected-window))
470 (YaTeX-showup-buffer 470 (YaTeX-showup-buffer

yatex.org