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. 81512a2275707731b64e7


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 81512a2275707731b64e769576f35360a7518ff7
Date: Tue, 27 Jan 2015 08:18:24 +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  81512a2275707731b64e769576f35360a7518ff7 (commit)
      from  53838b36fce2a774055a1303851294947c97f01f (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 81512a2275707731b64e769576f35360a7518ff7
Author: Tassilo Horn <address@hidden>
Date:   Tue Jan 27 09:17:46 2015 +0100

    Fix bug#19673
    
    * tex.el (TeX-view-program-list-builtin): Remove "start" as
    executable entry because it's no executable but a Windows system
    command.

diff --git a/ChangeLog b/ChangeLog
index 4aa8dfd..608d02c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-27  Tassilo Horn  <address@hidden>
+
+       * tex.el (TeX-view-program-list-builtin): Remove "start" as
+       executable entry because it's no executable but a Windows system
+       command.
+
 2015-01-25  Tassilo Horn  <address@hidden>
 
        * latex.el (LaTeX-section-heading): Use default parameter of
diff --git a/tex.el b/tex.el
index e64af2a..31b77f0 100644
--- a/tex.el
+++ b/tex.el
@@ -1133,7 +1133,7 @@ the requirements are met."
    ((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"))
-      ("start" "start \"\" %o" "start")))
+      ("start" "start \"\" %o")))
    ((eq system-type 'darwin)
     '(("Preview.app" "open -a Preview.app %o" "open")
       ("Skim" "open -a Skim.app %o" "open")

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

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


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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