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 f213b1b8214dc4b6fce985e5c4bd99426f7d55ae (commit) from 06226ea5e95de16250c18ec3fd033f96237fa642 (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 f213b1b8214dc4b6fce985e5c4bd99426f7d55ae Author: Ikumi Keita <ik...@ikumi.que.jp> Date: Thu Nov 15 14:52:20 2018 +0900 Set `TeX-command-buffer' always (bug#33377) * tex-buf.el (TeX-command): Make sure to set `TeX-command-buffer' always. diff --git a/tex-buf.el b/tex-buf.el index cc35938..61921c8 100644 --- a/tex-buf.el +++ b/tex-buf.el @@ -480,6 +480,11 @@ Run function `TeX-check-engine' to check the correct engine has been set." (TeX-check-engine name) + ;; Make sure that `TeX-command-buffer' is set always. + ;; It isn't safe to remove similar lines in `TeX-run-command' etc. + ;; because preview-latex calls `TeX-run-command' directly. + (setq-default TeX-command-buffer (current-buffer)) + (cond ((eq file #'TeX-region-file) (setq TeX-current-process-region-p t)) ((eq file #'TeX-master-file) ----------------------------------------------------------------------- Summary of changes: tex-buf.el | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- GNU AUCTeX _______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs