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#62621: 29.0.60; uniquify can't make buffers unique based on things other than filename Date: Wed, 19 Jul 2023 09:56:55 +0300 Organization: LINKOV.NET Message-ID: <86a5vs2xu0.fsf@mail.linkov.net> References: <87bkgfjugn.fsf@catern.com> <83edlb3t0t.fsf@gnu.org> <878rbika0i.fsf@catern.com> <83h6q6g0qx.fsf@gnu.org> <83edlafzht.fsf@gnu.org> <4abafd65-fad0-f723-9bd1-e6e2a77bb837@gutov.dev> <56b526dc-3244-e3cf-75db-5cce527c0096@gutov.dev> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36423"; 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: Spencer Baugh , Eli Zaretskii , 62621@debbugs.gnu.org, sbaugh@catern.com To: Dmitry Gutov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 19 08:58:19 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 1qM18c-0009M2-Qb for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 19 Jul 2023 08:58:18 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qM18T-0004n5-Go; Wed, 19 Jul 2023 02:58:09 -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 1qM18N-0004gd-1z for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2023 02:58:04 -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 1qM18M-0005Ji-P2 for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2023 02:58:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qM18M-0003uQ-8G for bug-gnu-emacs@gnu.org; Wed, 19 Jul 2023 02:58: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: Wed, 19 Jul 2023 06:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62621 X-GNU-PR-Package: emacs Original-Received: via spool by 62621-submit@debbugs.gnu.org id=B62621.168974986615003 (code B ref 62621); Wed, 19 Jul 2023 06:58:02 +0000 Original-Received: (at 62621) by debbugs.gnu.org; 19 Jul 2023 06:57:46 +0000 Original-Received: from localhost ([127.0.0.1]:54810 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM185-0003tv-Qa for submit@debbugs.gnu.org; Wed, 19 Jul 2023 02:57:46 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:36003) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qM182-0003te-O2 for 62621@debbugs.gnu.org; Wed, 19 Jul 2023 02:57:44 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 50C3A60002; Wed, 19 Jul 2023 06:57:33 +0000 (UTC) In-Reply-To: <56b526dc-3244-e3cf-75db-5cce527c0096@gutov.dev> (Dmitry Gutov's message of "Wed, 19 Jul 2023 05:47:45 +0300") 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:265513 Archived-At: >> Incidentally, another feature which I've been thinking about at the >> intersection of project.el and uniquify.el: We could rerun uniquify on >> project-buffers in a mode where it just outputs sufficiently unique >> names without actually renaming the buffers, and then use that in >> project-switch-to-buffer. So then when picking the buffer, you are >> picking from buffer names which are unique *in that specific project*. >> It's otherwise kind of annoying to me that project-switch-to-buffer >> includes a bunch of long disambiguating paths in the buffer names even >> though the buffer names aren't actually ambiguous in that command. >> Does that sound interesting? I, like you, usually use C-x b. But I >> think this feature would make C-x p b much nicer and competitive with >> C-x b. > > That does sound interesting! And actually, when initially reading a message > from this thread, I thought it was about something like that. > > It could be implemented by altering the buffers' completion table, > I suppose. But I'm not sure how much of uniquify's code could be reused > there. Or the performance characteristics of re-running uniquification > every time a buffer name is read. It could be implemented the same way as project--read-file-cpd-relative removes common-parent-directory from absolute filenames.