auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4b43c80d0132b448c6b45


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 4b43c80d0132b448c6b45ce2abecda727e685458
Date: Tue, 27 Jan 2015 11:45:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  4b43c80d0132b448c6b45ce2abecda727e685458 (commit)
      from  81512a2275707731b64e769576f35360a7518ff7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4b43c80d0132b448c6b45ce2abecda727e685458
Author: Tassilo Horn <address@hidden>
Date:   Tue Jan 27 12:44:18 2015 +0100

    Fix bug#19673 (cont.)
    
    * tex.el (TeX-view-program-list-builtin): Also remove "start" as
    executable from the "dvips and start" entry.

diff --git a/ChangeLog b/ChangeLog
index 608d02c..dab2cad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
        * tex.el (TeX-view-program-list-builtin): Remove "start" as
        executable entry because it's no executable but a Windows system
        command.
+       (TeX-view-program-list-builtin): Also remove "start" as executable
+       from the "dvips and start" entry.
 
 2015-01-25  Tassilo Horn  <address@hidden>
 
diff --git a/tex.el b/tex.el
index 31b77f0..a17b8b4 100644
--- a/tex.el
+++ b/tex.el
@@ -1132,7 +1132,7 @@ the requirements are met."
   (cond
    ((eq system-type 'windows-nt)
     '(("Yap" ("yap -1" (mode-io-correlate " -s %n%b") " %o") "yap")
-      ("dvips and start" "dvips %d -o && start \"\" %f" ,(list "dvips" 
"start"))
+      ("dvips and start" "dvips %d -o && start \"\" %f" "dvips")
       ("start" "start \"\" %o")))
    ((eq system-type 'darwin)
     '(("Preview.app" "open -a Preview.app %o" "open")

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    2 ++
 tex.el    |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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