From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: project.el and merging multiple projects into one? Date: Fri, 29 Apr 2022 22:12:44 +0300 Message-ID: <83fslvaekz.fsf@gnu.org> References: <811750ed-6a86-c125-041a-8402e65815c9@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35730"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, dgutov@yandex.ru To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Apr 29 21:13:25 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nkW3R-0009Bw-1Q for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Apr 2022 21:13:25 +0200 Original-Received: from localhost ([::1]:40722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkW3P-0001wT-Hl for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Apr 2022 15:13:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34090) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkW2m-0001GH-VX for emacs-devel@gnu.org; Fri, 29 Apr 2022 15:12:45 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55292) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkW2m-0007Fe-KZ; Fri, 29 Apr 2022 15:12:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=IQ05WQupT8OUlh/Ir4WG/mPteE4DQ4DnZRGBIHInx64=; b=mk3P4M0ZT1iX WFUKF8bFJxOwFiRB1w5IEnmeohfhV8O4lwKyko6IJlJ1HQLJNeynje0IppGwVnyAhttxoerzwee7/ 4O3yoFqTCtt8pKYa/moDJUgGzgadJLrnRACE5o6NVX9WB2AJdfh4XosmfXAdUxnWRS/owY8GzS5iI kwbmRA1Caip0SbHIrHGrw/WkPs3ploWMCmWhe51A+dMB7d1Q361YfwBW2ALmoA4Aa5k49mJgj/cLB KcjiwdpZecEdy140HNT74mfSpb7yOYrLaJ9z+JeXfJDXd09BKtGt6zVH71KHX1FM5UByQQ2/TCG34 o4gt6JUCEkXmEX6QY9GD5A==; Original-Received: from [87.69.77.57] (port=4813 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkW2k-000802-NP; Fri, 29 Apr 2022 15:12:43 -0400 In-Reply-To: (ams@gnu.org) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:289017 Archived-At: > From: "Alfred M. Szmidt" > Date: Fri, 29 Apr 2022 11:52:32 -0400 > Cc: emacs-devel@gnu.org > > Otherwise, it depends on how the sub-projects are structured. Which > project backend is responsible for them, for instance. > > What is that? Invoke this: M-: (project-current nil DIRECTORY) RET where DIRECTORY is the root of the tree of the sub-module/sub-project. The value that the above returns should tell you the backend for DIRECTORY. It could be nil, meaning that Emacs didn't find any backend for that directory.