From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tao Chen" Newsgroups: gmane.emacs.help Subject: Re: Emacs keyboard command Date: 26 Jul 2006 04:26:33 -0700 Organization: http://groups.google.com Message-ID: <1153913193.624448.11900@m73g2000cwd.googlegroups.com> References: <1153868272.150837.298300@b28g2000cwb.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1153914054 4937 80.91.229.2 (26 Jul 2006 11:40:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jul 2006 11:40:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 26 13:40:53 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5hka-0002Tp-Ad for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jul 2006 13:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5hkZ-0006yc-Qb for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jul 2006 07:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!m73g2000cwd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,comp.emacs.xemacs Original-Lines: 13 Original-NNTP-Posting-Host: 134.58.253.113 Original-X-Trace: posting.google.com 1153913199 4734 127.0.0.1 (26 Jul 2006 11:26:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 26 Jul 2006 11:26:39 +0000 (UTC) In-Reply-To: <1153868272.150837.298300@b28g2000cwb.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.0.4) Gecko/20060508 Firefox/1.5.0.4,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 Application and Content Networking System Software 5.5.1 Complaints-To: groups-abuse@google.com Injection-Info: m73g2000cwd.googlegroups.com; posting-host=134.58.253.113; posting-account=48fFiA0AAABbf_rfv_YHT0Z6eSNkIrKP Original-Xref: shelby.stanford.edu gnu.emacs.help:140612 comp.emacs:92658 comp.emacs.xemacs:80449 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:36237 Archived-At: Perhaps ido.el is what you want? Its homepage: http://www.cua.dk/ido.html mailpitches@email.com wrote: > I'm looking for a specific keyboard command. > > When you hit C-X C-F to Find file, you are presented with a default > path such as ~/dir/blah. Is there a key command to travel backwards by > directory, so that I can press this key command and immediately get > ~dir/ without having to hit delete four times? > > Thanks