From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Navigable file list Date: Tue, 17 Mar 2009 12:47:48 -0700 Message-ID: <009001c9a739$415e18b0$0200a8c0@us.oracle.com> References: <9965cccc-93bb-406a-8c15-10cfd733efda@c11g2000yqj.googlegroups.com> <20090317193119.GB6732@reforged> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237319279 26552 80.91.229.12 (17 Mar 2009 19:47:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Mar 2009 19:47:59 +0000 (UTC) To: "'Mike Mattie'" , , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 17 20:49:16 2009 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 1LjfHn-0004Xf-Ih for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2009 20:49:15 +0100 Original-Received: from localhost ([127.0.0.1]:53041 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjfGR-0007DE-CH for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Mar 2009 15:47:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LjfG6-0007Ct-EG for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 15:47:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LjfG1-0007Ag-VL for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 15:47:29 -0400 Original-Received: from [199.232.76.173] (port=52557 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LjfG1-0007Ad-Qh for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 15:47:25 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:51548 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LjfG1-0004fE-Dd for help-gnu-emacs@gnu.org; Tue, 17 Mar 2009 15:47:25 -0400 Original-Received: from acsinet13.oracle.com (acsinet13.oracle.com [141.146.126.235]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2HJoFP5009479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Mar 2009 19:50:17 GMT Original-Received: from acsmt707.oracle.com (acsmt707.oracle.com [141.146.40.85]) by acsinet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n2HJlarY027890; Tue, 17 Mar 2009 19:47:37 GMT Original-Received: from dradamslap1 (/141.144.88.190) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 17 Mar 2009 12:47:17 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <20090317193119.GB6732@reforged> Thread-Index: AcmnNzYhulbISyYFS/aMAZKQBMHcWgAAVuVg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Source-IP: acsmt707.oracle.com [141.146.40.85] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A09020B.49BFFE47.01A9:SCFSTAT928724,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:63024 Archived-At: > > I am a newbie to emacs and trying to replace my old setup using > > Vim. I am trying to re-creete something similar to > > vim.project where I have a buffer listing all of the files I > > use and use this for jumping between files. > > > > I can see that speedbar shows all of the file in a particular > > directory and ECB does the same. However I need a recursive list of > > all files that I can then navigate using search. > > > > I cant believe this doesn't exist already but I cant find it. > > I can think of dired. It is quite powerful though I have not explored > very far into it. It shows a flat listing, but I would bet it has > some powerful searching facilities. See command `find-dired'. Wrt search in Dired, see `C-h k A'. See also this recent thread in help-gnus-emacs: "How not to list the .o files in find-dired". The answers given there should help you too.