From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: browsing files in huge projects emacs Date: Fri, 27 Sep 2013 13:46:06 +0200 Message-ID: <874n9632td.fsf@thinkpad.tsdh.org> 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 X-Trace: ger.gmane.org 1380282389 12703 80.91.229.3 (27 Sep 2013 11:46:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 11:46:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Sebastien Vauban" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 27 13:46:32 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 1VPWVE-0000L5-2R for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 13:46:32 +0200 Original-Received: from localhost ([::1]:35482 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPWVD-0000qC-7u for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Sep 2013 07:46:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPWUy-0000mx-B7 for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 07:46:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPWUs-0007RQ-QM for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 07:46:16 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:38784) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPWUs-0007RM-MQ for help-gnu-emacs@gnu.org; Fri, 27 Sep 2013 07:46:10 -0400 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id AD1C021659; Fri, 27 Sep 2013 07:46:08 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 27 Sep 2013 07:46:09 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=qUQngI8KZ4nnrfqgHllziPxs55s=; b=t4B5G7izywfWVMD0UB23YYoEfd5/ JG+L1wkdTiOIjd4pevSp5M/UJxALXu4BFfq+QoD9v15laSe4/HDLv1RujBKmazO9 RjHOdwM708z29DFPyyU0lN6CBK1fBW5hiEemT5wLVuUfRz/M1o+DLU3Ox/+8WCuF 5rUZMqDCJ6DNBdA= X-Sasl-enc: e5iplA0KDEnm+Qd7pHOMkkoChexAzunOUfxS5b1Z7GDV 1380282368 Original-Received: from thinkpad.tsdh.org (unknown [91.67.164.26]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CC2268010B; Fri, 27 Sep 2013 07:46:08 -0400 (EDT) In-Reply-To: <864n96tu2c.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 27 Sep 2013 12:52:59 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 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:93661 Archived-At: "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