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#57863: 29.0.50; Feature request: display project name in buffer-menu Date: Sat, 01 Oct 2022 22:34:30 +0300 Organization: LINKOV.NET Message-ID: <867d1jqqwp.fsf@mail.linkov.net> References: <87fsgp2au2.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39867"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: Jen-Chieh Shen , 57863@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Oct 01 21:36:32 2022 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 1oeiHo-000AAQ-DC for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Oct 2022 21:36:32 +0200 Original-Received: from localhost ([::1]:57220 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oeiHn-00055O-1z for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 01 Oct 2022 15:36:31 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oeiHL-00052H-0J for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:36:04 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46647) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oeiHK-0007G2-Ea for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:36:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oeiHJ-0008Uf-PR for bug-gnu-emacs@gnu.org; Sat, 01 Oct 2022 15:36:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 01 Oct 2022 19:36:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57863 X-GNU-PR-Package: emacs Original-Received: via spool by 57863-submit@debbugs.gnu.org id=B57863.166465291332591 (code B ref 57863); Sat, 01 Oct 2022 19:36:01 +0000 Original-Received: (at 57863) by debbugs.gnu.org; 1 Oct 2022 19:35:13 +0000 Original-Received: from localhost ([127.0.0.1]:45725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeiGW-0008Tb-L5 for submit@debbugs.gnu.org; Sat, 01 Oct 2022 15:35:12 -0400 Original-Received: from relay4-d.mail.gandi.net ([217.70.183.196]:50643) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oeiGU-0008TK-8b for 57863@debbugs.gnu.org; Sat, 01 Oct 2022 15:35:10 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 7BCE7E0003; Sat, 1 Oct 2022 19:35:02 +0000 (UTC) In-Reply-To: <87fsgp2au2.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 18 Sep 2022 13:14:45 +0200") 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:244159 Archived-At: >> Is there an option to display the project's name in the buffer menu? I >> didn't see any option like that in the buffer-menu.el file, hence I >> have opened up this feature request. > > You mean in the buffer you get after saying `C-x C-b'? > > I think that sounds useful, but it's already a pretty full buffer. And > most people don't use projects, so it couldn't be a column displayed by > default. > > But perhaps we could put the project name into one of the existing > columns? Like -- a parenthesis after the mode? > > Anybody have any opinions here? Wasn't migrating of buff-menu to tabulated-list intended to allow easy addition of more columns by the users? Then buff-menu could have a customizable additional columns for tabulated-list-format, and a hook to add more tabulated-list-entries for every buffer.