From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.devel Subject: Re: running EDE from a file that is not under a project root dir Date: Mon, 10 Aug 2015 12:09:23 +0200 Organization: Probably a good idea Message-ID: References: <861tfiexaz.fsf@stephe-leake.org> <55C16D73.6080801@siege-engine.com> <86egjick23.fsf@stephe-leake.org> <55C1F6A8.8030901@siege-engine.com> <8637zwbynq.fsf@stephe-leake.org> <87fv3w1ya2.fsf@isaac.fritz.box> <86y4ho8o1k.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439201415 18491 80.91.229.3 (10 Aug 2015 10:10:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2015 10:10:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 12:10:06 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZOk1t-0005Bx-LW for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2015 12:10:05 +0200 Original-Received: from localhost ([::1]:57541 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOk1s-0005by-R2 for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2015 06:10:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOk1m-0005Zm-9J for emacs-devel@gnu.org; Mon, 10 Aug 2015 06:10:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOk1f-0001YJ-IR for emacs-devel@gnu.org; Mon, 10 Aug 2015 06:09:58 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOk1f-0001VR-Bc for emacs-devel@gnu.org; Mon, 10 Aug 2015 06:09:51 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZOk1a-00052J-5D for emacs-devel@gnu.org; Mon, 10 Aug 2015 12:09:46 +0200 Original-Received: from rainey.bang.priv.no ([212.110.185.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2015 12:09:46 +0200 Original-Received: from sb by rainey.bang.priv.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Aug 2015 12:09:46 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: rainey.bang.priv.no Mail-Copies-To: never User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:0N1sVet7/iy8SWq5nq7EKJHnz1k= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188664 Archived-At: >>>>> Stephen Leake : > In Eclipse and Visual Studio with more than one project open, is the > "current project" deduced from the current file? Yes. > If so how do they handle the issue of project hierarchy that I raised? I don't know what the issue was, but eclipse doesn't have a project hierarchy. When importing projects from a system that is hierarchical (e.g. maven) the project structure is flattened and the projects live side by side in the workspace. I have never used hierarchical/nested projects in Visual Studio so I don't know how that behaves.