From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#41572: 28.0.50; [PATCH] Support plain project marked with file .emacs-project Date: Sun, 03 Oct 2021 21:06:16 +0300 Organization: LINKOV.NET Message-ID: <87zgrq2ctj.fsf@mail.linkov.net> References: <5f584d83-ef45-9912-bfbc-d2f00b24b9fd@yandex.ru> <87pnahjgdr.fsf@linkov.net> <87ftb92u8q.fsf@thornhill.no> <0ab90cf2-eab2-6fea-6698-4164d7753cd7@yandex.ru> <87d06ck2b0.fsf@thornhill.no> <2fbe5d5d-03a1-212b-9dd7-4723e168ad06@yandex.ru> <5EpzudgjedeKADsX4_Tq-2WtNm3XKXmZjnEI7Y1lmw-Pcn_KrzKPD1o31Ele0JOIrZ1ITDdeQrOsJTHfGVPJlzyLhmqjxP3rmVVzou8KEBo=@thornhill.no> <2a70c748-e250-2f96-5d74-712b6d71e8be@yandex.ru> <871riitzch.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33306"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Zhu Zihao , Lars Ingebrigtsen , Theodor Thornhill , 41572@debbugs.gnu.org To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 03 20:28:12 2021 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 1mX6Dc-0008U4-8k for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 Oct 2021 20:28:12 +0200 Original-Received: from localhost ([::1]:39888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mX6DZ-00088a-5o for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 03 Oct 2021 14:28:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:59644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mX6DS-00088J-M8 for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 14:28:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:51625) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mX6DS-00071p-3g for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 14:28:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mX6DS-0007In-0i for bug-gnu-emacs@gnu.org; Sun, 03 Oct 2021 14:28:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Oct 2021 18:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41572 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41572-submit@debbugs.gnu.org id=B41572.163328565928029 (code B ref 41572); Sun, 03 Oct 2021 18:28:01 +0000 Original-Received: (at 41572) by debbugs.gnu.org; 3 Oct 2021 18:27:39 +0000 Original-Received: from localhost ([127.0.0.1]:34935 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX6D5-0007I1-Cz for submit@debbugs.gnu.org; Sun, 03 Oct 2021 14:27:39 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41221) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mX6D3-0007Hj-0K for 41572@debbugs.gnu.org; Sun, 03 Oct 2021 14:27:38 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 89A9460002; Sun, 3 Oct 2021 18:27:27 +0000 (UTC) In-Reply-To: (Dmitry Gutov's message of "Sun, 26 Sep 2021 02:13:39 +0300") 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:216295 Archived-At: > Patch adding such backend with a customizable list of "markers" is > attached. I've tested that it allows using 'C-x p g' in any directory, not only in a repository! This is a great feature, thanks. But a small problem that there is a need to exclude some subdirectories from the search by 'C-x p g'. And I don't understand if your another patch with 'project-vc-subprojects' could help with this?