From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Dedicated *Completions* frame iconified but not de-iconified Date: Fri, 14 Oct 2005 17:01:33 -0400 Message-ID: <87y84v24to.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129323745 833 80.91.229.2 (14 Oct 2005 21:02:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Oct 2005 21:02:25 +0000 (UTC) Cc: Reiner Steib , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 14 23:02:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQWgy-0007LC-LX for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2005 23:02:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQWgx-0000V4-SU for ged-emacs-devel@m.gmane.org; Fri, 14 Oct 2005 17:02:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQWgL-0000Cj-7c for emacs-devel@gnu.org; Fri, 14 Oct 2005 17:01:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQWgJ-0000B0-AC for emacs-devel@gnu.org; Fri, 14 Oct 2005 17:01:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQWgJ-0000Aq-6Q for emacs-devel@gnu.org; Fri, 14 Oct 2005 17:01:35 -0400 Original-Received: from [209.226.175.74] (helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EQWgI-000792-Qy for emacs-devel@gnu.org; Fri, 14 Oct 2005 17:01:35 -0400 Original-Received: from alfajor ([70.48.83.21]) by tomts20-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051014210134.VKHX26550.tomts20-srv.bellnexxia.net@alfajor>; Fri, 14 Oct 2005 17:01:34 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 9D286D7A7E; Fri, 14 Oct 2005 17:01:33 -0400 (EDT) Original-To: "Drew Adams" In-Reply-To: (Drew Adams's message of "Fri, 14 Oct 2005 08:30:46 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:44047 Archived-At: > After clicking on an alternative with the mouse iconifies the > completions frame[1]. But the next time a completions buffer is > generated, the completions frame is not de-iconified. I think the > frame should be made visible. Hmm... odd. I've used a dedicated frame "for ever" and it pops right back up for me. And I can't seem to find any place in my .emacs where I workaround such a problem either. Stefan