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

Conflicting with CUA-mode #105

Open
kostafey opened this issue Apr 18, 2014 · 1 comment
Open

Conflicting with CUA-mode #105

kostafey opened this issue Apr 18, 2014 · 1 comment

Comments

@kostafey
Copy link

After usage popwin-el in some period of time (5 - 50 minutes), CUA-mode can't work properly - unexpected delays from some seconds to infinity occurs. Furthermore you can see some strange fluttering or blinking of cursor and letters near to cursor.

@m2ym
Copy link
Contributor

m2ym commented Apr 20, 2014

If M-: (length timer-list) shows >10, then you are facing popwin zombie timers problem. M-: (setq timer-list (remove-if (lambda (v) (eq (aref v 6) 'popwin:close-popup-window-timer)) timer-list)) might solve your issue. Setting popwin:close-popup-window-timer-interval higher value might also solve your issue.

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

2 participants