Skip to content
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

:noselect with reuse-window of visible focuses other frame #137

Open
michalmuskala opened this issue Aug 31, 2016 · 0 comments
Open

:noselect with reuse-window of visible focuses other frame #137

michalmuskala opened this issue Aug 31, 2016 · 0 comments

Comments

@michalmuskala
Copy link

The reuse function is very useful in preventing opening multiple instances of the same buffer, unfortunately the :noselect option does not work well with reusing window from another visible frame. The window with popup itself is not selected, but the frame where the window is located gains focus, removing it from the original frame and the original window.
It is my expectation that the :noselect option should prevent any changes in window focus.

This is the config I'm using:

  (push '("*buffer name*" :position bottom :stick t :noselect t)
        popwin:special-display-config)
  (setq popwin:reuse-window 'visible)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant