emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 00c76fb 29/57: Don't discard process output with


From: Tassilo Horn
Subject: [elpa] externals/auctex 00c76fb 29/57: Don't discard process output with `TeX-run-silent'
Date: Tue, 25 Jul 2017 14:02:31 -0400 (EDT)

branch: externals/auctex
commit 00c76fb740c5b4078d4efd2b544971a95d171a86
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Don't discard process output with `TeX-run-silent'
    
    * tex-buf.el (TeX-run-silent): Associate the process to the buffer
    "*TeX silent*".
---
 tex-buf.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tex-buf.el b/tex-buf.el
index ef0b3dd..1d72803 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1237,7 +1237,7 @@ With support for MS-DOS, especially when dviout is used 
with PC-9801 series."
     (if dir (cd dir))
     (erase-buffer)
     (let ((process (start-process (concat name " silent")
-                                 nil TeX-shell
+                                 (current-buffer) TeX-shell
                                  TeX-shell-command-option command)))
       (if TeX-after-start-process-function
          (funcall TeX-after-start-process-function process))



reply via email to

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