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. c3cb0ff1f6dc2f699b119


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c3cb0ff1f6dc2f699b119b8bdc08ec782399b919
Date: Fri, 04 Sep 2015 04:49:37 +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  c3cb0ff1f6dc2f699b119b8bdc08ec782399b919 (commit)
      from  76eb24065605141665a8311c2c9f27c6e77e3644 (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 c3cb0ff1f6dc2f699b119b8bdc08ec782399b919
Author: Tassilo Horn <address@hidden>
Date:   Fri Sep 4 06:49:09 2015 +0200

    Rename TeX-update to TeX-command-run-all.
    
    * tex.el (TeX-command-run-all): Rename from TeX-update.
    (TeX-mode-map): Bind TeX-command-run-all to C-c C-a.

diff --git a/ChangeLog b/ChangeLog
index 53a7c0c..5777c56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-04  Tassilo Horn  <address@hidden>
+
+       * tex.el (TeX-command-run-all): Rename from TeX-update.
+       (TeX-mode-map): Bind TeX-command-run-all to C-c C-a.
+
 2015-09-03  Tassilo Horn  <address@hidden>
 
        * font-latex.el (font-latex-fontify-script): Add possible value
diff --git a/tex.el b/tex.el
index 7513734..67e94a7 100644
--- a/tex.el
+++ b/tex.el
@@ -2086,7 +2086,7 @@ output files."
            (delete-file (concat master-dir file))))
       (message "No files to be deleted"))))
 
-(defun TeX-update ()
+(defun TeX-command-run-all ()
   "Compile the current document until an error occurs or it is finished."
   (interactive)
   (TeX-command-sequence t t))
@@ -4707,7 +4707,7 @@ Brace insertion is only done if point is in a math 
construct and
     (define-key map "\C-c\C-r" 'TeX-command-region)
     (define-key map "\C-c\C-b" 'TeX-command-buffer)
     (define-key map "\C-c\C-c" 'TeX-command-master)
-    (define-key map "\C-c\C-u" 'TeX-update)
+    (define-key map "\C-c\C-a" 'TeX-command-run-all)
     (define-key map "\C-c\C-k" 'TeX-kill-job)
     (define-key map "\C-c\C-l" 'TeX-recenter-output-buffer)
     (define-key map "\C-c^" 'TeX-home-buffer)
@@ -4809,7 +4809,7 @@ Brace insertion is only done if point is in a math 
construct and
        ["Debug Warnings" TeX-toggle-debug-warnings
        :style toggle :selected TeX-debug-warnings
        :help "Make \"Next Error\" show warnings"])
-      ["Compile and view" TeX-update
+      ["Compile and view" TeX-command-run-all
        :help "Compile the document until it is ready and open the viewer"]))
    (let ((file 'TeX-command-on-current)) ;; is this actually needed?
      (TeX-maybe-remove-help

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

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


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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