You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: