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: Tue, 18 Jul 2023 20:51:19 +0300 Organization: LINKOV.NET Message-ID: <86wmyx5crs.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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1935"; 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 Tue Jul 18 19:56:30 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 1qLow1-0000Hw-VZ for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 Jul 2023 19:56:29 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qLovc-0000d3-8g; Tue, 18 Jul 2023 13:56:04 -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 1qLova-0000cZ-Rq for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 13:56:02 -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 1qLova-0001F5-K8 for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 13:56:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qLova-00068p-D5 for bug-gnu-emacs@gnu.org; Tue, 18 Jul 2023 13:56: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: Tue, 18 Jul 2023 17:56: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.168970292723553 (code B ref 62621); Tue, 18 Jul 2023 17:56:02 +0000 Original-Received: (at 62621) by debbugs.gnu.org; 18 Jul 2023 17:55:27 +0000 Original-Received: from localhost ([127.0.0.1]:54236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLov0-00067k-Nl for submit@debbugs.gnu.org; Tue, 18 Jul 2023 13:55:27 -0400 Original-Received: from relay7-d.mail.gandi.net ([217.70.183.200]:40863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qLouy-00067U-3T for 62621@debbugs.gnu.org; Tue, 18 Jul 2023 13:55:25 -0400 Original-Received: by mail.gandi.net (Postfix) with ESMTPSA id 3573C20002; Tue, 18 Jul 2023 17:55:15 +0000 (UTC) In-Reply-To: <4abafd65-fad0-f723-9bd1-e6e2a77bb837@gutov.dev> (Dmitry Gutov's message of "Tue, 18 Jul 2023 04:37:41 +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:265489 Archived-At: > - Hide the parent directory from the uniquification logic (only keeping the > project name). So that, for example, if I call 'M-x project-eshell' and > then 'C-u M-x project-eshell', the generated buffer names would not try > to use the parent segment to uniquify, and just stay as > /*eshell* and /*eshell-2*. Often a project name in the buffer name is needed not for purposes of generating a unique buffer name, but for permanent indication which project a file/non-file buffer belongs to. In such cases indeed a parent directory makes no sense, but still uniquification is required for buffers inside the same project, e.g. /*eshell*<1> /*eshell*<2> So here are 2 styles combined: one for top-level project names produced by project.el, and another style for the same project by uniquify.el (in this case 'post-forward-angle-brackets').