From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#14841: Frames created invisible have their visibility parameter set to t Date: Sat, 20 Jul 2013 18:48:32 +0300 Message-ID: <83ppudxmen.fsf@gnu.org> References: <83a9ltun54.fsf@gnu.org> <837ggxukjt.fsf@gnu.org> <83hafx3wzz.fsf@gnu.org> <83txjpxue1.fsf@gnu.org> <83siz9xsdq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1374335349 9016 80.91.229.3 (20 Jul 2013 15:49:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Jul 2013 15:49:09 +0000 (UTC) Cc: 14841@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 20 17:49:09 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V0ZPA-0007Xp-Gt for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2013 17:49:08 +0200 Original-Received: from localhost ([::1]:37885 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0ZPA-0003MJ-6f for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2013 11:49:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0ZP5-0003L2-Jm for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 11:49:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V0ZP4-0005ph-69 for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 11:49:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:45407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V0ZP4-0005pU-2C for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 11:49:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1V0ZP3-0007sM-P9 for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2013 11:49:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Jul 2013 15:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14841 X-GNU-PR-Package: emacs,w32 X-GNU-PR-Keywords: Original-Received: via spool by 14841-submit@debbugs.gnu.org id=B14841.137433532530247 (code B ref 14841); Sat, 20 Jul 2013 15:49:01 +0000 Original-Received: (at 14841) by debbugs.gnu.org; 20 Jul 2013 15:48:45 +0000 Original-Received: from localhost ([127.0.0.1]:39723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V0ZOn-0007rm-2X for submit@debbugs.gnu.org; Sat, 20 Jul 2013 11:48:45 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:56654) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1V0ZOj-0007rR-KT for 14841@debbugs.gnu.org; Sat, 20 Jul 2013 11:48:43 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MQ800B00R99O800@a-mtaout20.012.net.il> for 14841@debbugs.gnu.org; Sat, 20 Jul 2013 18:48:20 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MQ800B14RWI5E90@a-mtaout20.012.net.il>; Sat, 20 Jul 2013 18:48:18 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76533 Archived-At: > From: Juanma Barranquero > Date: Sat, 20 Jul 2013 16:54:05 +0200 > Cc: 14841@debbugs.gnu.org > > (1) M-: (progn (setq *f* (make-frame '((visibility . X)))) > (frame-visible-p *f*)) > (2) M-: (frame-visible-p *f*) > > X (1) (2) > ------ ----- ------ > t t t > nil nil t <<<<<<<<< this is now nil > icon nil icon > > I think both the (1) and (2) columns show bugs. The last one seems like am artifact of how we implement iconified frames on Windows. I have no idea how to improve/fix that.