From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: C-x C-f in two frames -> "user minibuffer while in minibuffer": Bug? Date: Wed, 8 Jun 2005 14:18:03 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118237604 29254 80.91.229.2 (8 Jun 2005 13:33:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 13:33:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 08 15:33:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dg0eL-0000g4-IE for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 15:31:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg0l1-0003tO-Mc for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Jun 2005 09:38:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dg0Yj-00014s-4a for help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 09:25:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dg0YU-0000wW-3Q for Help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 09:25:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg0YS-0000uD-PR for Help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 09:25:12 -0400 Original-Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dg0VB-0002ek-7l for Help-gnu-emacs@gnu.org; Wed, 08 Jun 2005 09:21:49 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so553581wra for ; Wed, 08 Jun 2005 06:18:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=fOb4uunyTFlS4LdVeeJTQLJ2vGwS1wlIv/lva+LD+fGfLewR0FaeUCXbMyUnL3yx8nymb2zBv7r6qmxLA9l3Ev0Sk7/VmScjsy4xYg+/6mMZeXNtQq7OVakx6ksXilRMD0HBmGEKamRaU9/EQIO0c5AKye8L+K4kojNHe1yyL74= Original-Received: by 10.54.8.8 with SMTP id 8mr4730835wrh; Wed, 08 Jun 2005 06:18:07 -0700 (PDT) Original-Received: from ?129.215.110.146? ([129.215.110.146]) by mx.gmail.com with ESMTP id 12sm1560527wrl.2005.06.08.06.18.06; Wed, 08 Jun 2005 06:18:07 -0700 (PDT) Original-To: Help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.730) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27345 I don't know if this is a bug or not, so I'll post it here: If I open a second frame, then do C-x C-f in one of them and press tab so that the window is split and I get a *Completions* buffer in one frame, and when I then select the second frame and do a C-x C-f there, I don't get another *Completions* buffer there, but an error message that appears in the first frame: "Command attempted to use minibuffer while in minibuffer" This happens with standard settings, on the GNU/Linux port as well as on Carbon, no matter what display-buffer-reuse-frames is. Is that a bug? D