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: browsing files in huge projects emacs Date: Fri, 27 Sep 2013 03:48:27 -0700 (PDT) Message-ID: <704d4725-e0e6-4097-83dc-8c0e2fc1be82@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1380291828 5744 80.91.229.3 (27 Sep 2013 14:23:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 14:23:48 +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:23:52 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 1VPYxS-0006Vn-6D for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 16:23:50 +0200 Original-Received: from localhost ([::1]:36882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPYxR-0005Ux-Ok for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 10:23:49 -0400 X-Received: by 10.224.125.72 with SMTP id x8mr8497031qar.5.1380278908357; Fri, 27 Sep 2013 03:48:28 -0700 (PDT) X-Received: by 10.50.23.8 with SMTP id i8mr62995igf.8.1380278908318; Fri, 27 Sep 2013 03:48:28 -0700 (PDT) Original-Path: usenet.stanford.edu!ek7no86549qab.0!news-out.google.com!9ni404qaf.0!nntp.google.com!q9no30728qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help 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 10:48:28 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:201391 X-Mailman-Approved-At: Fri, 27 Sep 2013 10:23:29 -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:93664 Archived-At: Hey, 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 e= ven thousands of files, I found the nerdtree vim plugin to be the best thin= g to suit my ways. Also I find dired a little difficult to browse through. So when I recently gave thoughts to completely moving to emacs, I couldn't = find anything as good as Nerdtree. I did find dirtree but it didn't seem as= easy to use as nerdtree. This made me wonder, how do most emacs users navi= gate through huge projects? Is there some common practice or some plugin th= at I haven't heard of yet? Also I use both vim and emacs from the terminal = and not the GUI client. Thanks. - AR.