From: Eli Zaretskii <eliz@gnu.org>
To: Robert Pluim <rpluim@gmail.com>
Cc: michael.albinus@gmx.de, emacs-devel@gnu.org
Subject: Re: emacs-29 bdb0bc2b4e4: Fix tex-mode display-buffer issues
Date: Mon, 12 Jun 2023 19:40:24 +0300 [thread overview]
Message-ID: <83352wy6pz.fsf@gnu.org> (raw)
In-Reply-To: <87o7lkhdwz.fsf@gmail.com> (message from Robert Pluim on Mon, 12 Jun 2023 17:57:00 +0200)
> From: Robert Pluim <rpluim@gmail.com>
> Cc: michael.albinus@gmx.de, emacs-devel@gnu.org
> Date: Mon, 12 Jun 2023 17:57:00 +0200
>
> The minimal fix would be:
>
> diff --git a/lisp/window.el b/lisp/window.el
> index 78b0787abdb..16f16a75418 100644
> --- a/lisp/window.el
> +++ b/lisp/window.el
> @@ -8776,7 +8776,7 @@ display-comint-buffer-action
> :group 'windows
> :group 'comint)
>
> -(defcustom display-tex-shell-buffer-action 'display-buffer-in-previous-window
> +(defcustom display-tex-shell-buffer-action '(display-buffer-in-previous-window)
> "`display-buffer' action for displaying TeX shell buffers."
> :type display-buffer--action-custom-type
> :risky t
Fine by me, please install.
> Although if we went by analogy to `display-comint-buffer-action', it
> would have to be this:
>
> diff --git a/lisp/window.el b/lisp/window.el
> index 78b0787abdb..0213023e495 100644
> --- a/lisp/window.el
> +++ b/lisp/window.el
> @@ -7575,6 +7575,13 @@ display-buffer--same-window-action
> Specifies to call `display-buffer-same-window'.")
> (put 'display-buffer--same-window-action 'risky-local-variable t)
>
> +(defvar display-buffer--in-previous-window-action
> + '(display-buffer-in-previous-window
> + (inhibit-same-window . t))
> + "A `display-buffer' action for displaying in the previous window.
> +Specifies to call `display-buffer-in-previous-window'.")
> +(put 'display-buffer--in-previous-window-action 'risky-local-variable t)
> +
> (defvar display-buffer--other-frame-action
> '((display-buffer-reuse-window
> display-buffer-pop-up-frame)
> @@ -8776,7 +8783,7 @@ display-comint-buffer-action
> :group 'windows
> :group 'comint)
>
> -(defcustom display-tex-shell-buffer-action 'display-buffer-in-previous-window
> +(defcustom display-tex-shell-buffer-action display-buffer--in-previous-window-action
> "`display-buffer' action for displaying TeX shell buffers."
> :type display-buffer--action-custom-type
> :risky t
Why do we need an extra variable here?
next prev parent reply other threads:[~2023-06-12 16:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <168646413703.30014.174311348729871734@vcs2.savannah.gnu.org>
[not found] ` <20230611061539.9CBD6C1925C@vcs2.savannah.gnu.org>
2023-06-12 12:21 ` emacs-29 bdb0bc2b4e4: Fix tex-mode display-buffer issues Michael Albinus
2023-06-12 13:11 ` Eli Zaretskii
2023-06-12 13:25 ` Eli Zaretskii
2023-06-12 14:01 ` Robert Pluim
2023-06-12 14:35 ` Eli Zaretskii
2023-06-12 15:57 ` Robert Pluim
2023-06-12 16:40 ` Eli Zaretskii [this message]
2023-06-12 17:10 ` Robert Pluim
2023-06-12 17:51 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83352wy6pz.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=michael.albinus@gmx.de \
--cc=rpluim@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.