bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#52467: 29.0.50; Use pop-to-buffer for shell


From: Dmitry Gutov
Subject: bug#52467: 29.0.50; Use pop-to-buffer for shell
Date: Sun, 26 Dec 2021 17:37:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 26.12.2021 14:35, Lars Ingebrigtsen wrote:
I think that's more unpredictable.  What happens currently is very regular.

That's a fair argument, too.

I suppose that if we changed pop-to-buffer-same-window to behave like I suggested, it might be more "regular" as well, but more of a breaking change.

In the meantime, people who would like that behavior across the board can add this to their init file:

  (setq display-buffer--same-window-action
        '((display-buffer-reuse-window
           display-buffer-same-window)
          (inhibit-same-window . nil)))





reply via email to

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