From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tu, Do" Newsgroups: gmane.emacs.help Subject: Re: A package in a league of its own: Helm Date: Tue, 2 Sep 2014 10:11:59 -0700 (PDT) Message-ID: References: <787f8d86-dede-4627-b4e5-3658a1833455@googlegroups.com> <73520ac0-9fc0-42ce-8a15-cc400b6f8308@googlegroups.com> <672a0d66-bc48-4b7a-9279-c7d631a03f79@googlegroups.com> <66ac7656-4c1a-416b-873c-88e2bad3cf83@googlegroups.com> <87ha0qb1mv.fsf@newcastle.ac.uk> <87mwai9ka4.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1409678134 12583 80.91.229.3 (2 Sep 2014 17:15:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Sep 2014 17:15:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 02 19:15:28 2014 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 1XOrfx-0008TX-NO for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 19:15:25 +0200 Original-Received: from localhost ([::1]:39415 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOrfx-00029d-9T for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 13:15:25 -0400 X-Received: by 10.66.66.170 with SMTP id g10mr19888977pat.12.1409677920359; Tue, 02 Sep 2014 10:12:00 -0700 (PDT) X-Received: by 10.50.115.74 with SMTP id jm10mr492857igb.12.1409677920243; Tue, 02 Sep 2014 10:12:00 -0700 (PDT) Original-Path: usenet.stanford.edu!uq10no8529877igb.0!news-out.google.com!aw9ni2087igc.0!nntp.google.com!r2no12971688igi.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=14.161.13.65; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.13.65 User-Agent: G2/1.0 Injection-Date: Tue, 02 Sep 2014 17:12:00 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207329 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:99606 Archived-At: V=C3=A0o 00:03:51 UTC+7 Th=E1=BB=A9 t=C6=B0, ng=C3=A0y 03 th=C3=A1ng ch=C3= =ADn n=C4=83m 2014, York Zhao =C4=91=C3=A3 vi=E1=BA=BFt: > > But you still have to use helm-find-files to get to the project in the >=20 > > first place? I tend to work on a lot of projects (and stuff not in >=20 > > projects) during a single day. >=20 > > >=20 > > Phil >=20 >=20 >=20 > No, you don't use helm-find-files to get to your project, you use >=20 > helm-projectile (bound to C-c ph) to get to your project. It has nothing = to do >=20 > with helm-find-files. Because I don't like helm-find-files, I always try = not to >=20 > use it, whenever possible. >=20 >=20 >=20 > York In helm-find-files, you can alway invoke helm-ff-do-grep with C-s or C-u C-= s for recursive searching. Probably helm-projectile can replace helm-find-f= iles more if it has this feature? I think you can do this by reusing projec= tile-grep.