From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: Re: Projectile for multiple projects Date: Wed, 26 Nov 2014 10:49:46 -0800 Message-ID: References: <871toqxtim.fsf@thinkpad-t440p.tsdh.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1417027807 20731 80.91.229.3 (26 Nov 2014 18:50:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 18:50:07 +0000 (UTC) To: Shiyuan , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 19:50:01 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 1Xthf6-0000EN-FS for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 19:50:00 +0100 Original-Received: from localhost ([::1]:35573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xthf6-0004uI-4D for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 13:50:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtheu-0004uC-Ku for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 13:49:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xthet-0001LT-Kg for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 13:49:48 -0500 Original-Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:37839) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xthet-0001LN-Di for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 13:49:47 -0500 Original-Received: by mail-wg0-f54.google.com with SMTP id l2so4542224wgh.41 for ; Wed, 26 Nov 2014 10:49:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=nG1Jx8WChMeSf+TzyRxpNWAiCG9CROR69FyCmzsMyeE=; b=nm/NGsEWndaVY7YYR1LqoxLWpbVjk1EAP8LxoPUkFcoF1rgXAywmHxcftHsQaC3I2W W7BAxSwH98DVPsWUOswCiPKhPgaouGYuqDJQWiAT/bBPE25VZcjq5mQQz0zu6bph8dSK yWiWZFzFDd7Teqa+lZtbWNEij+vv29nir2z0v8E7QC1OGZEGF1EYIFtUqcenC6NcI3km JOMkXFYd9XmWY0ahtpJmS1ZE2iHtC641trPFFyEl8vInER67wFnHzqLnNQClqnYG7MHV MAci+W9y5GRTbwzBoCu2STU0aexqiorRlxWVIeOsIVVO91iIQwoKE3+OLVXkMaW6sDtF O0FQ== X-Received: by 10.180.98.233 with SMTP id el9mr43317572wib.3.1417027786752; Wed, 26 Nov 2014 10:49:46 -0800 (PST) Original-Received: by 10.216.180.198 with HTTP; Wed, 26 Nov 2014 10:49:46 -0800 (PST) In-Reply-To: <871toqxtim.fsf@thinkpad-t440p.tsdh.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::236 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:101228 Archived-At: Yes, That's exactly what I am looking for. Thanks. On Wed, Nov 26, 2014 at 12:20 AM, Tassilo Horn wrote: > Shiyuan writes: > > Hi Shiyuan, > > > ` helm-projectile-find-file` seems only find files in the current > > project. Say that I want to open a file in one of the projects in the > > known-project list, I need to switch to each project and run > > helm-projectile-find-file for each project. If there are three or more > > projects in the known-project list, my way is not efficient. Is there > an > > easier way? > > Is `helm-projectile-find-file-in-known-projects' not exactly what you > are looking for? > > Bye, > Tassilo >