-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Wrong display of popup buffer when that buffer is already selected #1768
Comments
The first case seems like a The stacking window is expected because otherwise your grep buffer would close immediately if point moves to other window, in which case it is not undesirable. And it's a feature that your temporary window is not immediately close without your permission. In the second case, you can just press |
So, no way around the first case? Thanks for explaining the stacking 😃 |
I think I may have a related issue: Starting with one frame,
|
@sooheon That's the default behaviour of Emacs. Magit is not under the control of |
Strange then, because if I only go 1 level deep into magit (just |
Yes, with only |
I see. I wonder if things may be improved in the new magit.. that would save us having to wrangle it into popwin. |
@bmag Can you check if there is any update on this issue 😃 ? |
The bug still exists. I don't encounter it anymore because I use the |
Ok thanks 👍 Do you think it should be reported upstream to popwin? |
This is definitely a popwin bug - the same thing happens to me also when using popwin with an empty emacs config. The only difference is that with powin and bare emacs, I end up with a vertical split instead of a horizontal split. I couldn't figure out what causes this difference. |
@bmag to be clear, you are using |
There is already a PR for it (very old), originally planned for 0.105 I moved it to 0.106. |
@bmag If you can do it it's really nice of you. I just wanted to be sure if it was a Spacemacs issue or not. |
@StreakyCobra Reported upstream: emacsorphanage/popwin#131 just now |
@bmag Awesome |
Is this is fixed. Or am I misunderstanding it? |
Upstream repository is not been actively maintained for a long time. We need to have it as an internal Spacemacs elisp file with the fixed changes as mentioned in emacsorphanage/popwin#131 . |
@Compro-Prasad this is fixed in Spacemacs, but still not fixed upstream. We fixed it by using |
When I have a popup buffer open in a popup window, and that window is selected, and I perform on operation that should display that buffer again, the buffer is displayed in the wrong place.
I expect the buffer to remain in the popup window. Instead, the popup window is closed, and the buffer is displayed as if it is a regular buffer.
For example:
Also, if I open a grep buffer (with
find-grep
), then a help buffer, the popup windows stack one underneath the other. Closing them with C-g works. Is it intended or a bug?Using develop branch on Lubuntu 14.04.
The text was updated successfully, but these errors were encountered: