[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 59a9e5b 10/48: Correct how `TeX-record-buffer' i
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 59a9e5b 10/48: Correct how `TeX-record-buffer' is used |
Date: |
Sun, 16 Sep 2018 01:47:21 -0400 (EDT) |
branch: externals/auctex
commit 59a9e5b35b4c7ed91457868f7b64144ed942e4d7
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
Correct how `TeX-record-buffer' is used
* tex-buf.el (TeX-pop-to-buffer): Use `TeX-record-buffer' in accord with
the documents.
* doc/changes.texi: Mention the change and warn users who have
customized the option.
---
doc/changes.texi | 6 ++++++
tex-buf.el | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/changes.texi b/doc/changes.texi
index dc4b1ce..5ef6190 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -18,6 +18,12 @@ enable, call @kbd{M-x flymake-mode RET} or add this to your
@lisp
(add-hook 'LaTeX-mode-hook #'flymake-mode)
@end lisp
+
address@hidden
+The way the option @code{TeX-record-buffer} is used was corrected. It
+was used in just the opposite way as the document says. Erase the
+customization if you have customized this option since it now acts in
+reverse to your expectation.
@end itemize
@heading News in 12.1
diff --git a/tex-buf.el b/tex-buf.el
index b8f901a..c6b1372 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -227,7 +227,7 @@ of `display-buffer' for additional customization
information.
Optional third arg NORECORD non-nil means do not put this buffer
at the front of the list of recently selected ones."
- (pop-to-buffer buffer other-window (and norecord TeX-record-buffer)))
+ (pop-to-buffer buffer other-window (and norecord (not TeX-record-buffer))))
(defun TeX-recenter-output-buffer (line)
"Redisplay buffer of TeX job output so that most recent output can be seen.
- [elpa] externals/auctex 6112351 12/48: ; * style/geometry.el (LaTeX-geometry-preamble-key-val-options): Add luatex key., (continued)
- [elpa] externals/auctex 6112351 12/48: ; * style/geometry.el (LaTeX-geometry-preamble-key-val-options): Add luatex key., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 3b758bf 06/48: Use `TeX-search-files-by-type' to assist input \includegraphics, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex a16a510 22/48: Replace another cl function with cl-lib, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 1a7b2bf 18/48: Adjust coding system for Japanese pTeX engine on w32, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 52d6a54 03/48: Make `TeX-clean' to work in ams-tex-mode, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 15d3d97 08/48: Quote %b expansion string for SumatraPDF, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 68095a3 15/48: Fix previous removal of xemacs compatibility code, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 59fa964 05/48: Resolve conflict of argument spec between regexp and literal, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 94378c1 09/48: Correct record in changes.texi, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 00f0e0e 13/48: ; * tex.el (TeX-expand-list): Fix docstring (bug#31217)., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 59a9e5b 10/48: Correct how `TeX-record-buffer' is used,
Tassilo Horn <=
- [elpa] externals/auctex c64a0e1 27/48: Quote %b expansion string for Zathura, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4775f96 21/48: ; * tex-jp.el (japanese-TeX-self-insert-command): Silence byte compiler., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 96ba113 23/48: Support UTF-8 with BOM in Japanese TeX documents, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex d5f98ae 32/48: ; Fix typos, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 3b1ffcd 30/48: TL 2018 non-ascii file name fix for preview-latex, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 0d8f8a2 14/48: Prevent spurious newlines to be added, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 527bcb2 16/48: ; * doc/auctex.texi (Processor Options): Add note of case in an option., Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 7371b46 07/48: Add support for dvipdfmx to \includegraphics, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 4afd633 11/48: Update key=val options to geometry package v5.8, Tassilo Horn, 2018/09/16
- [elpa] externals/auctex 6a17a52 24/48: ; * doc/changes.texi (News in 12.2): Add news about removed option., Tassilo Horn, 2018/09/16