From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.devel Subject: Re: Dedicated *Completions* frame iconified but not de-iconified Date: Sat, 15 Oct 2005 16:21:31 +0200 Message-ID: References: <87y84v24to.fsf-monnier+emacs@gnu.org> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129386660 12523 80.91.229.2 (15 Oct 2005 14:31:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2005 14:31:00 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 16:30:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQn2i-0007Sq-Mv for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 16:29:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQn2h-0001xp-Tr for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 10:29:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQn2V-0001wD-HD for emacs-devel@gnu.org; Sat, 15 Oct 2005 10:29:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQn2T-0001uO-VZ for emacs-devel@gnu.org; Sat, 15 Oct 2005 10:29:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQn2T-0001uH-RM for emacs-devel@gnu.org; Sat, 15 Oct 2005 10:29:33 -0400 Original-Received: from [134.60.1.1] (helo=mail.uni-ulm.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EQn2T-0004ec-Nq for emacs-devel@gnu.org; Sat, 15 Oct 2005 10:29:34 -0400 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.4/8.13.4) with ESMTP id j9FEMTUX023264; Sat, 15 Oct 2005 16:22:29 +0200 (MEST) Original-Received: from me (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by bridgekeeper.physik.uni-ulm.de (Postfix) with SMTP id 7A17910AA1; Sat, 15 Oct 2005 16:22:28 +0200 (CEST) Original-Received: (nullmailer pid 9347 invoked by uid 170); Sat, 15 Oct 2005 14:21:31 -0000 Original-To: Stefan Monnier Mail-Followup-To: Stefan Monnier , "Drew Adams" , emacs-devel@gnu.org In-Reply-To: (Reiner Steib's message of "Sat, 15 Oct 2005 14:27:25 +0200") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-DCC-dcc3mcgill-Metrics: gemini 1275; Body=3 Fuz1=3 Fuz2=3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44074 Archived-At: On Sat, Oct 15 2005, Reiner Steib wrote: > When I try with plain twm, fvwm1 or blackbox, the frame is > de-iconified. So it's probably a bug in fluxbox. > > Could you point me to the relevant code in Emacs responsible for > de-iconifying the frame so that I can report to the fluxbox people? > Thanks. Or could you help me to provide a simple recipe? *time passes* Okay, here one... --8<---------------cut here---------------start------------->8--- (switch-to-buffer "*Messages*") (setq sit 3) (defun sleep (seconds) (sit-for seconds) (sleep-for seconds)) (sleep sit) (message "Creating frame FLUXBOX-DEBUG...") (setq f (make-frame '((name . "FLUXBOX-DEBUG") (height . 10)))) (message "Creating frame FLUXBOX-DEBUG...done") (sleep sit) (message "Iconifying frame FLUXBOX-DEBUG...") (iconify-frame f) (message "Iconifying frame FLUXBOX-DEBUG...done") (sleep sit) (message "Trying to make frame FLUXBOX-DEBUG visible...") (make-frame-visible f) (message "Trying to make frame FLUXBOX-DEBUG visible...done") (sleep sit) (message "If FLUXBOX-DEBUG frame is not visible (still iconified), there's a bug.") --8<---------------cut here---------------end--------------->8--- I've sent it to the fluxbox list. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/