-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Layout breaks in Emacs 25.1 #51
Comments
I think this happens because by default emacs25 changed the shell buffers to open in a new window instead of the same one. Not sure how to fix shell-pop, but you can get the correct behavior with: Which makes the shell buffer open in the same window, which is what shell-pop expects |
I have the same issue with Emacs 25.1.1 |
If anyone happens to use shackle, the following is an equivalent rule: |
Steps to reproduce:
emacs -Q
shell-pop
C-x 3
to split into left and right windowsM-x shell-pop
twiceExpected behavior:
After the first
M-x shell-pop
, a window appears at the bottom of the frame containing a shell. After the secondM-x shell-pop
, that window goes away and the layout of the frame returns to what it was previously (two windows side by side).Actual behavior:
After the first
M-x shell-pop
, a window appears at the bottom of the frame, but the shell is loaded into the window on the right. After the secondM-x shell-pop
, the right side window is removed and what remains is a large top window and a small bottom window.After the first
M-x shell-pop
:After the second
M-x shell-pop
:The text was updated successfully, but these errors were encountered: