unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#5482: frame-invisible-p reports nil for iconified frames on w32
@ 2010-01-26 20:37 Lennart Borgman
  2016-06-26  3:56 ` Andrew Hyatt
  0 siblings, 1 reply; 9+ messages in thread
From: Lennart Borgman @ 2010-01-26 20:37 UTC (permalink / raw)
  To: 5482

This problem happens for example under these circumstances:

Create a frame

  (setq my-frame (make-frame))

Iconify it. Then make it first invisible and then visible again:

  (make-frame-invisible my-frame)
  (make-frame-visible my-frame)

The result of checking if it is visible is now nil (should be `iconified'):

  (frame-visible-p my-frame)

This is with a fresh checkout from yesterday.


BTW the implementation of frame-visible-p seems a bit strange to me on
w32. It is easy to check visibility using GetWindowPlacement, but is
this used?







^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-06-14  0:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-26 20:37 bug#5482: frame-invisible-p reports nil for iconified frames on w32 Lennart Borgman
2016-06-26  3:56 ` Andrew Hyatt
2016-06-26 10:18   ` martin rudalics
2016-06-26 15:58     ` Eli Zaretskii
2016-06-27  6:22       ` martin rudalics
2016-06-27 15:40         ` Eli Zaretskii
2016-06-27 16:56           ` martin rudalics
2016-06-28 16:00             ` Eli Zaretskii
2018-06-14  0:48         ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).