unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tim X <timx@spamto.devnul.com>
Subject: Re: C-x C-f in two frames -> "user minibuffer while in minibuffer": Bug?
Date: 09 Jun 2005 18:56:55 +1000	[thread overview]
Message-ID: <87oeaf7vs8.fsf@tiger.rapttech.com.au> (raw)
In-Reply-To: mailman.3850.1118237772.25862.help-gnu-emacs@gnu.org

David Reitter <david.reitter@gmail.com> writes:

> 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?
> 

I don't think you could call it a bug. Maybe a carbon based error! The
problem is that you are midway through a command and emacs is waiting
for data to be entered in the minibuffer. When you try to execute a
second C-x C-f, emacs tries to use the minibuffer again, but its
already in use by the previous find-file command. 

I think the issue is that while emacs has multiple frames, there is
really only one minibuffer - each frame doesn't have its own
minibuffer. Essentially, you cannot use a command which requires the
minibuffer when your half way through executing a command which is
already using the minibuffer. You would probably be able to use any
command in the second frame which does not require the minibuffer
without problems. 

regards,

Tim


-- 
Tim Cross
The e-mail address on this message is FALSE (obviously!). My real e-mail is
to a company in Australia called rapttech and my login is tcross - if you 
really need to send mail, you should be able to work it out!

       reply	other threads:[~2005-06-09  8:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3850.1118237772.25862.help-gnu-emacs@gnu.org>
2005-06-09  8:56 ` Tim X [this message]
2005-06-08 13:18 C-x C-f in two frames -> "user minibuffer while in minibuffer": Bug? David Reitter
2005-06-08 14:08 ` Peter Dyballa
2005-06-09 16:22 ` Drew Adams

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oeaf7vs8.fsf@tiger.rapttech.com.au \
    --to=timx@spamto.devnul.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).