branch: externals/auctex commit c3cb0ff1f6dc2f699b119b8bdc08ec782399b919 Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
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 <t...@gnu.org> + + * 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 <t...@gnu.org> * 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