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

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

[elpa] externals/auctex c3cb0ff 26/78: Rename TeX-update to TeX-command-


From: Tassilo Horn
Subject: [elpa] externals/auctex c3cb0ff 26/78: Rename TeX-update to TeX-command-run-all.
Date: Mon, 19 Oct 2015 09:10:48 +0000

branch: externals/auctex
commit c3cb0ff1f6dc2f699b119b8bdc08ec782399b919
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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.
---
 ChangeLog |    5 +++++
 tex.el    |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

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



reply via email to

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