GNU bug report logs -
#52467
29.0.50; Use pop-to-buffer for shell
Previous Next
Reported by: sds <at> gnu.org
Date: Mon, 13 Dec 2021 16:18:02 UTC
Severity: normal
Tags: wontfix
Merged with 52468
Found in version 29.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 24.12.2021 12:07, Lars Ingebrigtsen wrote:
> What is that you propose should change?
Basically what Sam is asking (use pop-to-window for both shell and
eshell), I'm just trying to conceptualize that change. Not a strong
preference, but it seems to make sense.
Or to approach the question from another angle, the difference between
that behavior and the current one is that you can create two windows
that show the same buffer. Do we want that to happen with 'M-x shell'
without prefix?
Overall, pop-to-buffer seems more common than pop-to-buffer-same-window.
The downside of using it, though, is that the current window is unlikely
to be used even if the buffer is not displayed anywhere else (the
algorithm chooses something like LRU window). Maybe we should choose a
mode of operation where it does use the current window, unless the
buffer is displayed somewhere else.
Something like
(pop-to-buffer buffer
'((display-buffer-reuse-window
display-buffer-same-window)
(inhibit-same-window . nil)))
This bug report was last modified 3 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.