From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: How to delete the path in mini window when finding a file quickly Date: Tue, 12 Dec 2006 10:24:08 +0100 Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165916540 19419 80.91.229.10 (12 Dec 2006 09:42:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Dec 2006 09:42:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 12 10:42:19 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gu49N-00043t-V5 for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Dec 2006 10:42:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gu49N-0000cM-3t for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Dec 2006 04:42:13 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-X-Trace: individual.net RAaZCPQWPAZ/GwetSmQLqw6NudDYqeT4gXdM4UCLBYYG47c3AF User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (windows-nt) Cancel-Lock: sha1:Cqz8OLakL2GGlHVCa6BSjp9J8Po= Original-Xref: shelby.stanford.edu gnu.emacs.help:143854 Original-To: help-gnu-emacs@gnu.org 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:39457 Archived-At: Ronald writes: > C-x C-f then I want to delete the path in the mini window, how to do > it quickly? If you *really* need to clear the minibuffer at that point (in most cases you don't, as explained by the help for find file), a quick C-a C-k will do the trick. Just hold down the control key and type a and k.