From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Dedicated *Completions* frame iconified but not de-iconified Date: Sun, 16 Oct 2005 10:40:29 -0400 Message-ID: References: <87y84v24to.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1129473902 9441 80.91.229.2 (16 Oct 2005 14:45:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 16 Oct 2005 14:45:02 +0000 (UTC) Cc: monnier@iro.umontreal.ca, drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 16 16:45:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ER9jh-0008DZ-84 for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 16:43:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER9jg-0001B6-EG for ged-emacs-devel@m.gmane.org; Sun, 16 Oct 2005 10:43:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ER9gk-0000gp-VJ for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:40:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ER9gg-0000fY-Dl for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:40:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ER9gc-0000fJ-Pk for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:40:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ER9gc-0002e1-WB for emacs-devel@gnu.org; Sun, 16 Oct 2005 10:40:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ER9gb-0006g7-PQ; Sun, 16 Oct 2005 10:40:29 -0400 Original-To: Reiner Steib In-reply-to: (message from Reiner Steib on Sat, 15 Oct 2005 14:27:25 +0200) 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:44118 Archived-At: 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? I presume it is the code in x_make_frame_visible (xterm.c). You could try first running under GDB and making sure that that function really is being called. It's possible that some strangeness prevents Emacs from calling it.