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: Wed, 3 Sep 2014 03:19:37 -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 1409739632 14224 80.91.229.3 (3 Sep 2014 10:20:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 10:20:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 12:20:25 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 1XP7fm-0006SL-UP for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 12:20:19 +0200 Original-Received: from localhost ([::1]:43850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP7fm-0002mk-EB for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 06:20:18 -0400 X-Received: by 10.70.89.97 with SMTP id bn1mr22453338pdb.5.1409739578412; Wed, 03 Sep 2014 03:19:38 -0700 (PDT) X-Received: by 10.50.79.201 with SMTP id l9mr574794igx.11.1409739578306; Wed, 03 Sep 2014 03:19:38 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!r2no13448609igi.0!news-out.google.com!aw9ni2087igc.0!nntp.google.com!r2no13448607igi.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.14.188; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.14.188 User-Agent: G2/1.0 Injection-Date: Wed, 03 Sep 2014 10:19:38 +0000 X-Received-Bytes: 2894 X-Received-Body-CRC: 611627015 Original-Xref: usenet.stanford.edu gnu.emacs.help:207345 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:99622 Archived-At: V=C3=A0o 16:58:49 UTC+7 Th=E1=BB=A9 t=C6=B0, ng=C3=A0y 03 th=C3=A1ng ch=C3= =ADn n=C4=83m 2014, Phil Lord =C4=91=C3=A3 vi=E1=BA=BFt: > York Zhao writes: >=20 >=20 >=20 > >> 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 > > 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 nothin= g to do >=20 > > with helm-find-files. Because I don't like helm-find-files, I always tr= y not to >=20 > > use it, whenever possible. >=20 >=20 >=20 > That only works when you are already in a project. Feels like a >=20 > bootstrap problem to me! >=20 >=20 >=20 > Phil You visit a project once and Projectile will remember. But it's true that y= ou still need helm-find-files or other methods for entering project directo= ries. Or, you can run "git init" at your home directory and jump to any pro= ject directories.