From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: York Zhao Newsgroups: gmane.emacs.help Subject: Re: A package in a league of its own: Helm Date: Tue, 2 Sep 2014 20:35:33 -0400 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=UTF-8 X-Trace: ger.gmane.org 1409704563 8370 80.91.229.3 (3 Sep 2014 00:36:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Sep 2014 00:36:03 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Tu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 03 02:35:56 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 1XOyYG-0001sc-5f for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Sep 2014 02:35:56 +0200 Original-Received: from localhost ([::1]:40831 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOyYF-0007Jy-Pp for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Sep 2014 20:35:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOyXu-0007HG-PT for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 20:35:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOyXt-0000hp-TI for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 20:35:34 -0400 Original-Received: from mail-vc0-x233.google.com ([2607:f8b0:400c:c03::233]:39504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOyXt-0000hl-Q9 for help-gnu-emacs@gnu.org; Tue, 02 Sep 2014 20:35:33 -0400 Original-Received: by mail-vc0-f179.google.com with SMTP id hy4so7851573vcb.24 for ; Tue, 02 Sep 2014 17:35:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7BfEqayzANVR128eHGutAOmo6LXLLZ1MnFAmilYyy4U=; b=xe4YD573AgetwivAeNM3Js4lhxpwWBTCWXOpf7zJTGIwbD/TrOclEYbDcHZ/xlciDn z5n55Ra82ZhskLPyKsYxS90nOhL/qURZ5if4BPzmKvV8X64KrDba1V6tBFnY2MU5DdWz B5YUCd7eUZBw/boYL64m3Bpr5gjfX1FwLZCyqiuVGC7/zUOeJymU0+IO17KGie+0DXdm 5JT9NiGQrPTCC/DPH1aSJB8MR7HPozOwh5hIjVjISE/kpRg98QLU4tOrh1RFP7FrLQl+ UrUWio4PR3WYQtve/COkmSvgCpXhu3ab48u3WVtm5a8rPthGVCGAVjdb+bPTcyu4E9OK gwlA== X-Received: by 10.52.165.116 with SMTP id yx20mr27409272vdb.13.1409704533279; Tue, 02 Sep 2014 17:35:33 -0700 (PDT) X-Google-Sender-Delegation: zhao.york@gmail.com Original-Received: by 10.221.32.69 with HTTP; Tue, 2 Sep 2014 17:35:33 -0700 (PDT) In-Reply-To: <3173BC1C-9B61-4E7B-9FDE-57FEEA557E8A@gmail.com> X-Google-Sender-Auth: bkFEsUatGikxCut_mMU5ycz_Y7w X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::233 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:99610 Archived-At: > 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