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#63829: 29.0.90; project-find-file's future history breaks with common-parent-directory Date: Sun, 20 Aug 2023 20:20:12 +0300 Organization: LINKOV.NET Message-ID: <86a5ulls6z.fsf@mail.linkov.net> References: <16b64d95-35e9-ef94-2c54-17b670111f0f@gutov.dev> <86h6rnw7gm.fsf@mail.linkov.net> <3e404df1-b3a9-f9e3-4270-f42df8b704c7@gutov.dev> <87a5uti6mo.fsf@catern.com> <73a695f3-7c6a-0e50-41dd-61f8269f6ecf@gutov.dev> <875y5fitiq.fsf@catern.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8802"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) Cc: Dmitry Gutov , 63829@debbugs.gnu.org, sbaugh@catern.com To: Spencer Baugh Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Aug 20 19:29:27 2023 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 1qXmEx-0002C3-Bh for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Aug 2023 19:29:27 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXmEY-0006cL-E6; Sun, 20 Aug 2023 13:29:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qXmEX-0006bH-9e for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:01 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qXmEX-0002n7-1P for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qXmEY-0004yb-NT for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29: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, 20 Aug 2023 17:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 63829 X-GNU-PR-Package: emacs Original-Received: via spool by 63829-submit@debbugs.gnu.org id=B63829.169255250419059 (code B ref 63829); Sun, 20 Aug 2023 17:29:02 +0000 Original-Received: (at 63829) by debbugs.gnu.org; 20 Aug 2023 17:28:24 +0000 Original-Received: from localhost ([127.0.0.1]:54785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDw-0004xK-GE for submit@debbugs.gnu.org; Sun, 20 Aug 2023 13:28:24 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:40129) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDi-0004wB-2N for 63829@debbugs.gnu.org; Sun, 20 Aug 2023 13:28:10 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 298EFE0003; Sun, 20 Aug 2023 17:28:00 +0000 (UTC) In-Reply-To: (Spencer Baugh's message of "Thu, 17 Aug 2023 15:41:47 -0400") X-GND-Sasl: juri@linkov.net 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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:268018 Archived-At: > +(defcustom project-file-name-history-relativize nil > + "If non-nil, paths in `file-name-history' are adjusted for the current project. > + > +When non-nil and in `project-find-file' or `project-find-dir', > +paths in `file-name-history' are adjusted to be relative to > +whatever the current project is, instead of the project which > +added those paths. This only affects history entries added by > +earlier calls to `project-find-file' or `project-find-dir'. > + > +When `project-read-file-name-function' is > +`project--read-file-cpd-relative' (the default), this has the > +effect of sharing more history between projects.") Instead of, or in addition to 'project-file-name-history-relativize', another option may be needed to define whether to check the existence of the constructed file name. This could help to filter out irrelevant file names constructed from different projects.