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.bugs Subject: bug#50572: 28.0.50; [PATCH] fix VC to find the responsible backend with the most specific path. Date: Wed, 15 Sep 2021 14:44:52 +0300 Message-ID: <83pmtaawqz.fsf@gnu.org> References: <877dfkxyt4.fsf@elite.giraud> <83y280cv8g.fsf@gnu.org> <87mtofvbnl.fsf@elite.giraud> <83h7encrq1.fsf@gnu.org> <143cbf9a-ff56-150a-6610-bfa9f2c05600@yandex.ru> <83r1dqaxs1.fsf@gnu.org> <353fe7e0-df64-0ee2-85e3-aa194919f289@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30712"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 50572@debbugs.gnu.org, manuel@ledu-giraud.fr To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 15 13:47:42 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 1mQTOA-0007k0-Ej for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Sep 2021 13:47:42 +0200 Original-Received: from localhost ([::1]:37094 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQTO6-000280-Q9 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Sep 2021 07:47:40 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55242) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mQTMb-0001vq-Bj for bug-gnu-emacs@gnu.org; Wed, 15 Sep 2021 07:46:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:39484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mQTMX-0007dy-W9 for bug-gnu-emacs@gnu.org; Wed, 15 Sep 2021 07:46:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mQTMX-0007o0-Uv for bug-gnu-emacs@gnu.org; Wed, 15 Sep 2021 07:46:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Sep 2021 11:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50572 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 50572-submit@debbugs.gnu.org id=B50572.163170631329948 (code B ref 50572); Wed, 15 Sep 2021 11:46:01 +0000 Original-Received: (at 50572) by debbugs.gnu.org; 15 Sep 2021 11:45:13 +0000 Original-Received: from localhost ([127.0.0.1]:51029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQTLe-0007mo-Us for submit@debbugs.gnu.org; Wed, 15 Sep 2021 07:45:13 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:37816) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mQTLd-0007m0-39 for 50572@debbugs.gnu.org; Wed, 15 Sep 2021 07:45:06 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:60204) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mQTLW-0006i4-TM; Wed, 15 Sep 2021 07:44:58 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2443 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 1mQTLW-0007ta-5k; Wed, 15 Sep 2021 07:44:58 -0400 In-Reply-To: <353fe7e0-df64-0ee2-85e3-aa194919f289@yandex.ru> (message from Dmitry Gutov on Wed, 15 Sep 2021 14:37:14 +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:214389 Archived-At: > Cc: manuel@ledu-giraud.fr, 50572@debbugs.gnu.org > From: Dmitry Gutov > Date: Wed, 15 Sep 2021 14:37:14 +0300 > > On 15.09.2021 14:22, Eli Zaretskii wrote: > >> Cc:50572@debbugs.gnu.org > >> From: Dmitry Gutov > >> Date: Wed, 15 Sep 2021 13:41:57 +0300 > >> > >> Now, the change in vc-responsible-backend might seem controversial, as > >> it decreases customizability and performance (a bit), but it was made a > >> year ago, and we've received no substantial complaints. And there have > >> been multiple reports (all linked) about the previous behavior. > > That doesn't alleviate my worries, unfortunately. Many people either > > don't use VC or use it very "narrowly", so they never bump into these > > rarely-used-but-very-useful features. > > I don't think we have a better way of making that choice now than > waiting for more reports. Well, you have mine.