From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: Re: deleting minibuffer Date: Wed, 29 Aug 2007 19:42:06 +0200 Organization: Arcor Message-ID: <87fy22dyq9.fsf@kirt.news.arcor.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188412833 30907 80.91.229.12 (29 Aug 2007 18:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Aug 2007 18:40:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 29 20:40:29 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQSSo-000252-Fp for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 20:40:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQSSo-0006ss-49 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Aug 2007 14:40:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!news.n-ix.net!noris.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:a3H379zVhsVIyKHmxUODsTrdRHo= Original-Lines: 16 Original-NNTP-Posting-Date: 29 Aug 2007 19:41:29 CEST Original-NNTP-Posting-Host: 2b7892e6.newsspool3.arcor-online.net Original-X-Trace: DXC=8BS_5G47RhO6PJ?[X6JIXEMcF=Q^Z^V3H4Fo<]lROoRA^; 5]aA^R6>BUXJVO6@4=FFfgOZfmcDbjA3N@J5jZ3A^LfPT<4eZI_7N Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:151420 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:46944 Archived-At: Nikola Skoric 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