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:23:14 +0300 Organization: LINKOV.NET Message-ID: <861qfxkbtl.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="8006"; 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, monnier@iro.umontreal.ca, 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:13 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 1qXmEj-0001sA-7F for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 20 Aug 2023 19:29:13 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXmEY-0006dh-Uo; Sun, 20 Aug 2023 13:29:03 -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-0006bT-P4 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-0002nE-Gi 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 1qXmEZ-0004yj-6F for bug-gnu-emacs@gnu.org; Sun, 20 Aug 2023 13:29:03 -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:03 +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.169255250519066 (code B ref 63829); Sun, 20 Aug 2023 17:29:03 +0000 Original-Received: (at 63829) by debbugs.gnu.org; 20 Aug 2023 17:28:25 +0000 Original-Received: from localhost ([127.0.0.1]:54787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDw-0004xM-Pf for submit@debbugs.gnu.org; Sun, 20 Aug 2023 13:28:25 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:60439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXmDm-0004wr-K4 for 63829@debbugs.gnu.org; Sun, 20 Aug 2023 13:28:15 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 0FC0820003; Sun, 20 Aug 2023 17:28:04 +0000 (UTC) In-Reply-To: (Spencer Baugh's message of "Fri, 18 Aug 2023 16:57:18 -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:268017 Archived-At: > BTW, one more feature in this vein (stealing this idea from Stefan) > would be if we automatically moved point to the same location in the > other file. That might be a little too magical. But it would be very > cool... One possible implementation would be with the help of saveplace.el. There are already some similarities between these two packages: for example, the same fix that you proposed in bug#64088 to use file-remote-p before abbreviating project file names, should be applied to save-place-abbreviation-file-names in bug#65055 as well. > Maybe the right call would be to have a keybinding in C-x p p like j or > something, which would just instantly jump you to the same file in the > other project. So you'd just run C-x p p j and that would open the same > file in the other project, with point inside the same function (using > imenu), at the same offset in that function. A dedicated command with 'C-x p p j' or just 'C-x p j' that will ask for another project would be the best thing to do. > Alternatively, maybe C-x p j could be an alternative to C-x p p, and > when it prompts for a project, it could prompt only for "sibling > projects" which have the same file structure. And we could have a > built-in way to detect sibling projects: Any other worktree of the > current git repository is a sibling project. (And we would make this > extensible too of course; maybe have both project-siblings and > vc-list-worktrees as extension points) For switching to a sibling file in another project, I'm using a new nice command 'find-sibling-file'. Extending it specifically for projects looks line a good direction for development. > That could be helpful for other reasons too: I've often wanted "just put > me anywhere in this other project, I don't care where", and this could > be that command. Although I suppose mostly I want that because C-x p p > isn't currently a generic prefix for any command, and if we convert it > to be that (with next-default-directory or something), I won't need > that. Probably next-default-directory will reuse the same keymaps, but let's see where it goes in bug#63648.