[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: deleting minibuffer
From: |
Malte Spiess |
Subject: |
Re: deleting minibuffer |
Date: |
Wed, 29 Aug 2007 19:42:06 +0200 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux) |
Nikola Skoric <nick-news@net4u.hr> writes:
> When I have more than one buffer opened, then I go to next buffer with
> C-x, and then right arrow. If I have, say, 2 buffers opened, and then
> use completion, a 3. buffer gets opened. If I go to that buffer, and
> press C-x 0, I get "Attempt to delete minibuffer or sole ordinary
> window". How do I get rid of that buffer?
Well, you see, the problem is a little different.
(Btw.: You mix up window and buffer here. You want to get rid of the
buffer or the window?)
I think the problem is that your cursor is in the minibuffer. You can't
close that. Maybe try pressing "C-g" instead. Or put the cursor in the
correct window (not buffer) and then you can do your "C-x 0" again.
HTH
Malte