From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.bugs Subject: bug#11566: 24.0.97; `read-from-minibuffer': focus to standalone minibuffer frame? Date: Wed, 03 Oct 2012 11:13:59 +0200 Message-ID: <506C01D7.8040002@gmx.at> References: <6A40227DCFBF427491B710A473E45744@us.oracle.com> NNTP-Posting-Host: plane.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 1349255708 24391 80.91.229.3 (3 Oct 2012 09:15:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 09:15:08 +0000 (UTC) To: 11566-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 03 11:15:12 2012 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 1TJL2P-0005D0-PK for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 11:14:41 +0200 Original-Received: from localhost ([::1]:52401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL2K-0003Vc-6q for geb-bug-gnu-emacs@m.gmane.org; Wed, 03 Oct 2012 05:14:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51957) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL2E-0003V7-JN for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:14:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJL29-0001FN-Nl for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:14:30 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:57309) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJL29-0001FJ-KP for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:14:25 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TJL2k-0001rs-Ar for bug-gnu-emacs@gnu.org; Wed, 03 Oct 2012 05:15:02 -0400 Resent-From: martin rudalics Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 03 Oct 2012 09:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 11566 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 11566@debbugs.gnu.org, rudalics@gmx.at Original-Received: via spool by 11566-done@debbugs.gnu.org id=D11566.13492556707126 (code D ref 11566); Wed, 03 Oct 2012 09:15:02 +0000 Original-Received: (at 11566-done) by debbugs.gnu.org; 3 Oct 2012 09:14:30 +0000 Original-Received: from localhost ([127.0.0.1]:38620 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TJL2E-0001qs-CM for submit@debbugs.gnu.org; Wed, 03 Oct 2012 05:14:30 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:51761) by debbugs.gnu.org with smtp (Exim 4.72) (envelope-from ) id 1TJL2C-0001ql-2r for 11566-done@debbugs.gnu.org; Wed, 03 Oct 2012 05:14:28 -0400 Original-Received: (qmail invoked by alias); 03 Oct 2012 09:13:50 -0000 Original-Received: from 62-47-56-28.adsl.highway.telekom.at (EHLO [62.47.56.28]) [62.47.56.28] by mail.gmx.net (mp020) with SMTP; 03 Oct 2012 11:13:50 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19KatYdhbZKtvu7BjcLtZDOlA5klnDn/pLaTYAEzF 5DpvPWgnuxOOzd In-Reply-To: <6A40227DCFBF427491B710A473E45744@us.oracle.com> X-Y-GMX-Trusted: 0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65147 Archived-At: > OK, so what happens is this: When `read-from-minibuffer' does its thing, > the standalone minibuffer does not receive the user input. Instead, the > input goes to the popped-up frame (which has a list of *Marked Files*). Closing the bug since the behavior should have changed with the latest changes in `dired-mark-pop-up'. Feel free to reopen this if it's not fixed yet. martin