auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/tex-buf.el


From: Masayuki Ataka
Subject: [AUCTeX-diffs] Changes to auctex/tex-buf.el
Date: Sun, 22 Jan 2006 15:02:05 +0000

Index: auctex/tex-buf.el
diff -u auctex/tex-buf.el:1.241 auctex/tex-buf.el:1.242
--- auctex/tex-buf.el:1.241     Thu Nov 17 17:03:23 2005
+++ auctex/tex-buf.el   Sun Jan 22 15:02:05 2006
@@ -680,16 +680,6 @@
                  TeX-shell-command-option
                  command)))
 
-(defun TeX-run-dviout (name command file)
-  "Call process with second argument, discarding its output. With support
-for the dviout previewer, especially when used with PC-9801 series."
-    (if (and (boundp 'dos-machine-type) (eq dos-machine-type 'pc98)) ;if 
PC-9801
-      (send-string-to-terminal "\e[2J")) ; clear screen
-    (call-process TeX-shell (if (eq system-type 'ms-dos) "con") nil nil
-               TeX-shell-command-option command)
-    (if (eq system-type 'ms-dos)
-      (redraw-display)))
-
 (defun TeX-run-background (name command file)
   "Start process with second argument, show output when and if it arrives."
   (let ((dir (TeX-master-directory)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]