[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

save-application



I am having trouble hiding the listener when restarting an image.
I went so far as to (eval-enqueue '(change-windows)) in my restore-function
that was nconc'd onto *restore-lisp-functions*.
The restore-function is called, and all the change-windows actions occur,
and the listener won't hide, even though change-windows hides the listener
(among other things).  Actually, it does (mapc #'window-hide
(windows :include-invisibles t)).