From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: anurag Ramdasan Newsgroups: gmane.emacs.help Subject: Re: browsing files in huge projects emacs Date: Fri, 27 Sep 2013 06:50:28 -0700 (PDT) Message-ID: <2d7f9dfd-9de4-4a93-b427-cdcd43d3786f@googlegroups.com> References: <704d4725-e0e6-4097-83dc-8c0e2fc1be82@googlegroups.com> <864n96tu2c.fsf@somewhere.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1380291845 6081 80.91.229.3 (27 Sep 2013 14:24:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 14:24:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 27 16:24:09 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPYxj-0006jS-FA for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 16:24:07 +0200 Original-Received: from localhost ([::1]:36886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPYxi-0005yu-Uy for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 10:24:06 -0400 X-Received: by 10.224.51.68 with SMTP id c4mr9255219qag.7.1380289828723; Fri, 27 Sep 2013 06:50:28 -0700 (PDT) X-Received: by 10.50.127.229 with SMTP id nj5mr84933igb.2.1380289828688; Fri, 27 Sep 2013 06:50:28 -0700 (PDT) Original-Path: usenet.stanford.edu!q9no47897qas.0!news-out.google.com!9ni404qaf.0!nntp.google.com!q9no47884qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=120.61.118.12; posting-account=fF_-lQoAAAA_-f1xOd_JFvt2BRsxYvZf Original-NNTP-Posting-Host: 120.61.118.12 User-Agent: G2/1.0 Injection-Date: Fri, 27 Sep 2013 13:50:28 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:201396 X-Mailman-Approved-At: Fri, 27 Sep 2013 10:23:33 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93665 Archived-At: On Friday, September 27, 2013 5:16:06 PM UTC+5:30, Tassilo Horn wrote: > "Sebastien Vauban" writes: > > > > >> I have been using Vim for a while although I would shift to E..macs > > >> for Org-mode and Slime. When I end up working on a huge project with > > >> hundreds or even thousands of files, I found the nerdtree vim plugin > > >> to be the best thing to suit my ways. > > > > > > I use helm in its simplest form (M-x helm-for-files, bound to f3 in my > > > local config): then, I just type (part of) the filename, and I get my > > > file opened in a buffer... > > > > I also use helm. But speedbar provides an interface that's pretty > > similar to NERD Tree, so you might want to try that, too. > > > > Bye, > > Tassilo Helms looks good. But I liked speedbar more. Set it up with sr-speedbr so that it can just be permanently docked to the left of my emacs and its perfect for me now. Thanks. - AR.