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

mingus-switch-to-playlist causes rendering issues with some packages #26

Open
kahrkunne opened this issue Jul 1, 2017 · 2 comments
Open

Comments

@kahrkunne
Copy link

Related to ch11ng/exwm#259.

Tl;dr: The following code in mingus-set-NP-mark is problematic:

  (save-window-excursion
    (mingus-switch-to-playlist)))```

This code basically relies on switching buffer and then switching back so fast that it's never rendered, but this causes problems with a few packages. Personally, I've experienced trouble with EXWM and ace-window.
@pft
Copy link
Owner

pft commented Jul 2, 2017

Thanks for reporting this.

Does commit 9963cd9 fix your issue? It should now update the now playing mark only when the playlist is actually visible.

@kahrkunne
Copy link
Author

It only ever updated when the playlist was visible to begin with. Said commit does not fix the issue.

jaor added a commit to jaor/mingus that referenced this issue Nov 21, 2019
with-current-buffer nows how to operate on a buffer without switching
to it, or needing to save the current window configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants