From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Projectile for multiple projects Date: Wed, 26 Nov 2014 09:20:33 +0100 Message-ID: <871toqxtim.fsf@thinkpad-t440p.tsdh.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1416990073 20546 80.91.229.3 (26 Nov 2014 08:21:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 08:21:13 +0000 (UTC) Cc: help-gnu-emacs To: Shiyuan Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 26 09:21:07 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 1XtXqV-000411-EX for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 09:21:07 +0100 Original-Received: from localhost ([::1]:60814 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtXqU-0007Fw-S9 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Nov 2014 03:21:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtXqB-0007Fh-Ak for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 03:20:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtXq5-0000Sj-2S for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 03:20:47 -0500 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:47380) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtXq4-0000PO-Eu for help-gnu-emacs@gnu.org; Wed, 26 Nov 2014 03:20:40 -0500 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 01E4C20A88 for ; Wed, 26 Nov 2014 03:20:39 -0500 (EST) Original-Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Wed, 26 Nov 2014 03:20:40 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:from:to:cc:subject:references :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=Sg0ArVKgyJaxGnQE1HepGsEM/RY=; b=lhzjTgnqC+bIczpDw7j3 XYa10KpG0nKVP2PJNwzEPIb4wiIYOSweLkQAoXkvdCvfCofUMWKtcHn3bEuGkZwa YuJGfrR1vYGFb3XJ6VExorIMysURYlfGoGzs4v7hHpyATh1xhw68OB+SXfU87ENn IGedCrQWt9eb8Nx2+L3p7Ks= X-Sasl-enc: Wv6NO5M95kFdBIbqDTanmkpsKsqEWJ7fkJEvbN9n4ac8 1416990039 Original-Received: from thinkpad-t440p.tsdh.org (unknown [2.162.77.78]) by mail.messagingengine.com (Postfix) with ESMTPA id 0EF06C0027F; Wed, 26 Nov 2014 03:20:38 -0500 (EST) Mail-Followup-To: Shiyuan , help-gnu-emacs In-Reply-To: (Shiyuan's message of "Tue, 25 Nov 2014 17:07:39 -0800") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.28 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:101210 Archived-At: 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