[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
save-application
- To: info-macl@cambridge.apple.com
- Subject: save-application
- From: lynch@aristotle.ils.nwu.edu (Richard Lynch)
- Date: Mon, 22 Jul 91 17:28:13 CDT
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)).