If you are facing unfortunately, there are the way to be recovered from this situation; try C-x 5 2 to make an frame. you will get back the well-rendered window there and C-x 5 1 on new frame to get rid of the broken window. it saves you and your modified files.
To avoid this situation forever, I have decided to have an advice for suspend-frame in my .emacs as a workaround like this:
(defadvice suspend-frame (around my-suspend-frame () activate)
(if (y-or-n-p "frame is gonna iconify ")
ad-do-it))
Enjoy,
No comments:
Post a Comment