bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cannot switch buffers in minibuffer window


From: Kevin Rodgers
Subject: Re: cannot switch buffers in minibuffer window
Date: Sat, 10 Jan 2004 11:54:40 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Frederik Fouvry wrote:

When I want to open a new file and start doing so (C-x C-f), but
then recall that I already have the file opened, and switch to it
with C-x o (buffer names being shorter than full file paths), I
can type in the buffer name, but not switch to the buffer because
"Cannot switch buffers in minibuffer window".


I think you must mean `C-x b' instead of `C-x o'.


Is there no way Emacs can detect this condition and switch the
buffer in (one of) the main window(s)?  I guess the window in
which this should happen is the window the user was in just
before switching to the mini-buffer (information which I guess is
stored anyway, since aborting the command brings us back to that
window).

When you realize you don't want to complete the `C-x C-f' command, abort
it with `C-g'. Then you can use `C-x b'. Or if you've set the `enable-recursive-minibuffers' option, you could do `C-x o C-x b'.

--
Kevin Rodgers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]