From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#41955: 28.0.50; Monorepos and project.el Date: Sun, 21 Jun 2020 02:29:46 +0300 Organization: LINKOV.NET Message-ID: <87imflb9jp.fsf@mail.linkov.net> References: <87pn9un5xu.fsf@thornhill.no> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="28519"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: 41955@debbugs.gnu.org To: Theodor Thornhill Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 21 01:59:16 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jmnOF-0007Jb-EN for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 21 Jun 2020 01:59:15 +0200 Original-Received: from localhost ([::1]:37140 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jmnOE-0004dt-2o for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 20 Jun 2020 19:59:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jmnO2-0004dk-0F for bug-gnu-emacs@gnu.org; Sat, 20 Jun 2020 19:59:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:47395) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jmnO1-00014t-O5 for bug-gnu-emacs@gnu.org; Sat, 20 Jun 2020 19:59:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jmnO1-0002HB-Ns for bug-gnu-emacs@gnu.org; Sat, 20 Jun 2020 19:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Jun 2020 23:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41955 X-GNU-PR-Package: emacs Original-Received: via spool by 41955-submit@debbugs.gnu.org id=B41955.15926975388728 (code B ref 41955); Sat, 20 Jun 2020 23:59:01 +0000 Original-Received: (at 41955) by debbugs.gnu.org; 20 Jun 2020 23:58:58 +0000 Original-Received: from localhost ([127.0.0.1]:58939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmnNx-0002Gi-Mb for submit@debbugs.gnu.org; Sat, 20 Jun 2020 19:58:57 -0400 Original-Received: from relay11.mail.gandi.net ([217.70.178.231]:40227) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jmnNv-0002GR-7T for 41955@debbugs.gnu.org; Sat, 20 Jun 2020 19:58:56 -0400 Original-Received: from mail.gandi.net (m91-129-108-6.cust.tele2.ee [91.129.108.6]) (Authenticated sender: juri@linkov.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id C0C8E100003; Sat, 20 Jun 2020 23:58:47 +0000 (UTC) In-Reply-To: <87pn9un5xu.fsf@thornhill.no> (Theodor Thornhill's message of "Fri, 19 Jun 2020 20:42:26 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:182221 Archived-At: > What would be nice is to be able to get the benefits of the vc-dir > version of project.el, but not having to "git init" inside the child > projects. More specifically, to be able to choose "project context", > one as the closest project-root and one as the gigarepo project-root. Isn't this the same problem that we discussed recently in bug#41572 to define a project's root using a special file .project or more generally .dir-locals.el.