From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: completions - remove window after use? Date: Thu, 12 Nov 2009 09:19:25 +0100 Message-ID: <4AFBC50D.1060007@gmx.at> References: <61C01A08-8FB6-4908-B9F1-B9F1CE3E3D92@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258013989 5916 80.91.229.12 (12 Nov 2009 08:19:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Nov 2009 08:19:49 +0000 (UTC) Cc: Emacs development discussions To: David Reitter Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 09:19:42 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N8Uu5-0005Mi-ET for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 09:19:41 +0100 Original-Received: from localhost ([127.0.0.1]:49713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Uu4-0001Rw-72 for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2009 03:19:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8Uty-0001PR-MD for emacs-devel@gnu.org; Thu, 12 Nov 2009 03:19:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8Utt-0001GQ-N0 for emacs-devel@gnu.org; Thu, 12 Nov 2009 03:19:33 -0500 Original-Received: from [199.232.76.173] (port=51170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8Utt-0001Ft-Dh for emacs-devel@gnu.org; Thu, 12 Nov 2009 03:19:29 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]:53934) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N8Uts-0004gk-Kr for emacs-devel@gnu.org; Thu, 12 Nov 2009 03:19:29 -0500 Original-Received: (qmail invoked by alias); 12 Nov 2009 08:19:26 -0000 Original-Received: from 62-47-61-218.adsl.highway.telekom.at (EHLO [62.47.61.218]) [62.47.61.218] by mail.gmx.net (mp066) with SMTP; 12 Nov 2009 09:19:26 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+SGxIhxcKSx42JUFxpw1Ec99OBSIeo6M7sSswj3p LunFp28SNVb2IH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <61C01A08-8FB6-4908-B9F1-B9F1CE3E3D92@gmail.com> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116866 Archived-At: > When showing a *completions* buffer in a new window opened for > it (TAB in find-file minibuffer for instance), I wonder why the > window doesn't get deleted when completion has finished. For > instance, when an existing file is found, the *Completions* > buffer is buried, but I see a split frame with the original > buffer in the top window and _some other_ buffer in the lower > window. Shouldn't the window for the completions buffer be > removed whenever it has been popped up just for the buffer? This should not happen and doesn't happen with my older builds. Could you please (1) make sure that the behavior also happens with Emacs -Q, (2) try to find out when it appeared for the first time, and (3) make a corresponding bug report. Thanks, martin