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 20:50:03 -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> <3173BC1C-9B61-4E7B-9FDE-57FEEA557E8A@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1409716224 1545 80.91.229.3 (3 Sep 2014 03:50:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 03:50:24 +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 05:50:19 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 1XP1aM-0005BV-KD for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 05:50:18 +0200 Original-Received: from localhost ([::1]:41321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XP1aM-0007rG-81 for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 23:50:18 -0400 X-Received: by 10.42.94.69 with SMTP id a5mr3278075icn.29.1409716203683; Tue, 02 Sep 2014 20:50:03 -0700 (PDT) X-Received: by 10.51.17.69 with SMTP id gc5mr549013igd.0.1409716203604; Tue, 02 Sep 2014 20:50:03 -0700 (PDT) Original-Path: usenet.stanford.edu!r2no13277112igi.0!news-out.google.com!aw9ni2087igc.0!nntp.google.com!r2no13277109igi.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 03:50:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:207336 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:99613 Archived-At: On Wednesday, September 3, 2014 7:35:33 AM UTC+7, York Zhao wrote: > > Thanks for implementing. Worry not, i'm in no rush. Just do it when you are > > > comfortable > > > > OK, I've added the incremental grep in helm-projectile to grep in the selected > > projects. It works like a charm, and I think I will love it. I have sent the > > pull request to Bozhidar Batsov, so before he merges my changes, you can pull it > > from my repo at https://github.com/YorkZ/projectile/tree/helm-switch-project. > > > > York That's a cool addition there. I have another suggestion: it would be better if switching between projects reuses helm-projectile interface instead of going into projectile-find-file with Helm interface. What do you think?