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

Flickering througout all Emacs-windows. #30

Open
karahobny opened this issue Mar 25, 2018 · 2 comments
Open

Flickering througout all Emacs-windows. #30

karahobny opened this issue Mar 25, 2018 · 2 comments

Comments

@karahobny
Copy link

Couldn't find any open nor closed issue on this matter, might have missed some obvious hints to be honest so feel free to disregard this if it seems like a problem which has a solution lying already somewhere; but any open mingus-buffer on any window causes global flickering on all windows (currently using exwm so it does even affect windows like exwm opening a chrome-instance.)

I gather it's related to updating the elapsed time on a track, but considering how paradox.el flickers on its own, related to it's asynchronous package-updating, -installing and -executing as far as I know, yet it doesn't affect any other buffers while refreshing its buffer.

I could thus imagine this problem should be atleast handled one way or another. (I should look what happens, if it's even possible, when I'd forgo letting mingus update it's buffer, until atleast a song change.)

I currently have configuration set as following, I hope it's not the cause, since it has been the only way to deal with mingus not handling frame-resizing etc. correctly.

(defadvice mingus (after organize ())
  "Refresh and goto current song after entering mingus."
  (mingus-refresh)
  (mingus-goto-current-song))
(ad-activate 'mingus)

(use-package mingus
  :defer t
  :config
  (require 'mingus-stays-home))
@pft
Copy link
Owner

pft commented Mar 26, 2018

This appears to be a duplicate of #26, I hope to have time to fix this at some time in the future, but I can't make any promises - when I delved into it, I remember it was quite involved - and I do not have much time at the moment.

@karahobny
Copy link
Author

oh how did i miss that issue, especially considering how there's only 6 open issues. i might take a look at this issue, but i'm more of a scheme guy than emacs- or common-lisp. ill put up a PR if i ever stumble upon a solution to this.

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