From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matiyam Newsgroups: gmane.emacs.help Subject: How to "clean" minibuffer after a bug? Date: Tue, 09 Oct 2007 09:16:20 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1191914751 31472 80.91.229.12 (9 Oct 2007 07:25:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2007 07:25:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 09 09:25:48 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 1If9TI-0001cf-EU for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 09:25:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If9TC-0006LE-T0 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 03:25:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1If9Sx-0006J8-Vx for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:25:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1If9Sv-0006G3-62 for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:25:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If9Su-0006Fi-Vn for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:25:17 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1If9Su-0001y3-Fd for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:25:16 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1If9St-000088-Pi for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 03:25:16 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1If9Sg-0001t1-Sc for help-gnu-emacs@gnu.org; Tue, 09 Oct 2007 07:25:02 +0000 Original-Received: from 195.55.69.66 ([195.55.69.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2007 07:25:02 +0000 Original-Received: from matiyam by 195.55.69.66 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Oct 2007 07:25:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 32 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 195.55.69.66 User-Agent: KNode/0.10.4 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:48248 Archived-At: Hi! Sometimes (II don't know exactly when, i 'll try to find out to fill the corresponding bug report) the minibuffer doesn't clear aout after a command. I'll try to explain it: - Somehow i get an error: "Command attempted to use minibuffer while in minibuffer" - After that, if: - I press M-x - The string "M-x " appears in the minibuffer, waiting for me to enter a command name - I press C-g to cancel - The minibuffer, instead of clearing out, keeps saying "M-x ", or, sometimes, "Quit" In the *Backtrace* buffer the only error is: Debugger entered--Lisp error: (error "Command attempted to use minibuffer while in minibuffer") execute-extended-command(nil) call-interactively(execute-extended-command) It's not really bad, just annoying. Is it there a way of restarting/reloading/clearing the minibuffer? Thanks a lot for emacs!!!! -- M